azure-native.delegatednetwork.getControllerDetails
Explore with Pulumi AI
Gets details about the specified dnc controller.
Uses Azure REST API version 2023-06-27-preview.
Other available API versions: 2021-03-15, 2023-05-18-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native delegatednetwork [ApiVersion]. See the version guide for details.
Using getControllerDetails
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getControllerDetails(args: GetControllerDetailsArgs, opts?: InvokeOptions): Promise<GetControllerDetailsResult>
function getControllerDetailsOutput(args: GetControllerDetailsOutputArgs, opts?: InvokeOptions): Output<GetControllerDetailsResult>def get_controller_details(resource_group_name: Optional[str] = None,
                           resource_name: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetControllerDetailsResult
def get_controller_details_output(resource_group_name: Optional[pulumi.Input[str]] = None,
                           resource_name: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetControllerDetailsResult]func LookupControllerDetails(ctx *Context, args *LookupControllerDetailsArgs, opts ...InvokeOption) (*LookupControllerDetailsResult, error)
func LookupControllerDetailsOutput(ctx *Context, args *LookupControllerDetailsOutputArgs, opts ...InvokeOption) LookupControllerDetailsResultOutput> Note: This function is named LookupControllerDetails in the Go SDK.
public static class GetControllerDetails 
{
    public static Task<GetControllerDetailsResult> InvokeAsync(GetControllerDetailsArgs args, InvokeOptions? opts = null)
    public static Output<GetControllerDetailsResult> Invoke(GetControllerDetailsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetControllerDetailsResult> getControllerDetails(GetControllerDetailsArgs args, InvokeOptions options)
public static Output<GetControllerDetailsResult> getControllerDetails(GetControllerDetailsArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:delegatednetwork:getControllerDetails
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Resource
Group stringName  - The name of the resource group. The name is case insensitive.
 - Resource
Name string - The name of the resource. It must be a minimum of 3 characters, and a maximum of 63.
 
- Resource
Group stringName  - The name of the resource group. The name is case insensitive.
 - Resource
Name string - The name of the resource. It must be a minimum of 3 characters, and a maximum of 63.
 
- resource
Group StringName  - The name of the resource group. The name is case insensitive.
 - resource
Name String - The name of the resource. It must be a minimum of 3 characters, and a maximum of 63.
 
- resource
Group stringName  - The name of the resource group. The name is case insensitive.
 - resource
Name string - The name of the resource. It must be a minimum of 3 characters, and a maximum of 63.
 
- resource_
group_ strname  - The name of the resource group. The name is case insensitive.
 - resource_
name str - The name of the resource. It must be a minimum of 3 characters, and a maximum of 63.
 
- resource
Group StringName  - The name of the resource group. The name is case insensitive.
 - resource
Name String - The name of the resource. It must be a minimum of 3 characters, and a maximum of 63.
 
getControllerDetails Result
The following output properties are available:
- Azure
Api stringVersion  - The Azure API version of the resource.
 - Dnc
App stringId  - dnc application id should be used by customer to authenticate with dnc gateway.
 - Dnc
Endpoint string - dnc endpoint url that customers can use to connect to
 - Dnc
Tenant stringId  - tenant id of dnc application id
 - Id string
 - An identifier that represents the resource.
 - Name string
 - The name of the resource.
 - Provisioning
State string - The current state of dnc controller resource.
 - Resource
Guid string - Resource guid.
 - Type string
 - The type of resource.
 - Location string
 - Location of the resource.
 - Purpose string
 - The purpose of the dnc controller resource.
 - Dictionary<string, string>
 - The resource tags.
 
- Azure
Api stringVersion  - The Azure API version of the resource.
 - Dnc
App stringId  - dnc application id should be used by customer to authenticate with dnc gateway.
 - Dnc
Endpoint string - dnc endpoint url that customers can use to connect to
 - Dnc
Tenant stringId  - tenant id of dnc application id
 - Id string
 - An identifier that represents the resource.
 - Name string
 - The name of the resource.
 - Provisioning
State string - The current state of dnc controller resource.
 - Resource
Guid string - Resource guid.
 - Type string
 - The type of resource.
 - Location string
 - Location of the resource.
 - Purpose string
 - The purpose of the dnc controller resource.
 - map[string]string
 - The resource tags.
 
- azure
Api StringVersion  - The Azure API version of the resource.
 - dnc
App StringId  - dnc application id should be used by customer to authenticate with dnc gateway.
 - dnc
Endpoint String - dnc endpoint url that customers can use to connect to
 - dnc
Tenant StringId  - tenant id of dnc application id
 - id String
 - An identifier that represents the resource.
 - name String
 - The name of the resource.
 - provisioning
State String - The current state of dnc controller resource.
 - resource
Guid String - Resource guid.
 - type String
 - The type of resource.
 - location String
 - Location of the resource.
 - purpose String
 - The purpose of the dnc controller resource.
 - Map<String,String>
 - The resource tags.
 
- azure
Api stringVersion  - The Azure API version of the resource.
 - dnc
App stringId  - dnc application id should be used by customer to authenticate with dnc gateway.
 - dnc
Endpoint string - dnc endpoint url that customers can use to connect to
 - dnc
Tenant stringId  - tenant id of dnc application id
 - id string
 - An identifier that represents the resource.
 - name string
 - The name of the resource.
 - provisioning
State string - The current state of dnc controller resource.
 - resource
Guid string - Resource guid.
 - type string
 - The type of resource.
 - location string
 - Location of the resource.
 - purpose string
 - The purpose of the dnc controller resource.
 - {[key: string]: string}
 - The resource tags.
 
- azure_
api_ strversion  - The Azure API version of the resource.
 - dnc_
app_ strid  - dnc application id should be used by customer to authenticate with dnc gateway.
 - dnc_
endpoint str - dnc endpoint url that customers can use to connect to
 - dnc_
tenant_ strid  - tenant id of dnc application id
 - id str
 - An identifier that represents the resource.
 - name str
 - The name of the resource.
 - provisioning_
state str - The current state of dnc controller resource.
 - resource_
guid str - Resource guid.
 - type str
 - The type of resource.
 - location str
 - Location of the resource.
 - purpose str
 - The purpose of the dnc controller resource.
 - Mapping[str, str]
 - The resource tags.
 
- azure
Api StringVersion  - The Azure API version of the resource.
 - dnc
App StringId  - dnc application id should be used by customer to authenticate with dnc gateway.
 - dnc
Endpoint String - dnc endpoint url that customers can use to connect to
 - dnc
Tenant StringId  - tenant id of dnc application id
 - id String
 - An identifier that represents the resource.
 - name String
 - The name of the resource.
 - provisioning
State String - The current state of dnc controller resource.
 - resource
Guid String - Resource guid.
 - type String
 - The type of resource.
 - location String
 - Location of the resource.
 - purpose String
 - The purpose of the dnc controller resource.
 - Map<String>
 - The resource tags.
 
Package Details
- Repository
 - Azure Native pulumi/pulumi-azure-native
 - License
 - Apache-2.0