1. Packages
  2. Azure Native
  3. API Docs
  4. delegatednetwork
  5. getOrchestratorInstanceServiceDetails
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.37.0 published on Monday, Apr 15, 2024 by Pulumi

azure-native.delegatednetwork.getOrchestratorInstanceServiceDetails

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.37.0 published on Monday, Apr 15, 2024 by Pulumi

    Gets details about the orchestrator instance. Azure REST API version: 2021-03-15.

    Other available API versions: 2023-05-18-preview, 2023-06-27-preview.

    Using getOrchestratorInstanceServiceDetails

    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 getOrchestratorInstanceServiceDetails(args: GetOrchestratorInstanceServiceDetailsArgs, opts?: InvokeOptions): Promise<GetOrchestratorInstanceServiceDetailsResult>
    function getOrchestratorInstanceServiceDetailsOutput(args: GetOrchestratorInstanceServiceDetailsOutputArgs, opts?: InvokeOptions): Output<GetOrchestratorInstanceServiceDetailsResult>
    def get_orchestrator_instance_service_details(resource_group_name: Optional[str] = None,
                                                  resource_name: Optional[str] = None,
                                                  opts: Optional[InvokeOptions] = None) -> GetOrchestratorInstanceServiceDetailsResult
    def get_orchestrator_instance_service_details_output(resource_group_name: Optional[pulumi.Input[str]] = None,
                                                  resource_name: Optional[pulumi.Input[str]] = None,
                                                  opts: Optional[InvokeOptions] = None) -> Output[GetOrchestratorInstanceServiceDetailsResult]
    func LookupOrchestratorInstanceServiceDetails(ctx *Context, args *LookupOrchestratorInstanceServiceDetailsArgs, opts ...InvokeOption) (*LookupOrchestratorInstanceServiceDetailsResult, error)
    func LookupOrchestratorInstanceServiceDetailsOutput(ctx *Context, args *LookupOrchestratorInstanceServiceDetailsOutputArgs, opts ...InvokeOption) LookupOrchestratorInstanceServiceDetailsResultOutput

    > Note: This function is named LookupOrchestratorInstanceServiceDetails in the Go SDK.

    public static class GetOrchestratorInstanceServiceDetails 
    {
        public static Task<GetOrchestratorInstanceServiceDetailsResult> InvokeAsync(GetOrchestratorInstanceServiceDetailsArgs args, InvokeOptions? opts = null)
        public static Output<GetOrchestratorInstanceServiceDetailsResult> Invoke(GetOrchestratorInstanceServiceDetailsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetOrchestratorInstanceServiceDetailsResult> getOrchestratorInstanceServiceDetails(GetOrchestratorInstanceServiceDetailsArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:delegatednetwork:getOrchestratorInstanceServiceDetails
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    ResourceName string
    The name of the resource. It must be a minimum of 3 characters, and a maximum of 63.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    ResourceName string
    The name of the resource. It must be a minimum of 3 characters, and a maximum of 63.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    resourceName String
    The name of the resource. It must be a minimum of 3 characters, and a maximum of 63.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    resourceName string
    The name of the resource. It must be a minimum of 3 characters, and a maximum of 63.
    resource_group_name str
    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.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    resourceName String
    The name of the resource. It must be a minimum of 3 characters, and a maximum of 63.

    getOrchestratorInstanceServiceDetails Result

    The following output properties are available:

    ControllerDetails Pulumi.AzureNative.DelegatedNetwork.Outputs.ControllerDetailsResponse
    Properties of the controller.
    Id string
    An identifier that represents the resource.
    Kind string
    The kind of workbook. Choices are user and shared.
    Name string
    The name of the resource.
    ProvisioningState string
    The current state of orchestratorInstance resource.
    ResourceGuid string
    Resource guid.
    Type string
    The type of resource.
    ApiServerEndpoint string
    K8s APIServer url. Either one of apiServerEndpoint or privateLinkResourceId can be specified
    ClusterRootCA string
    RootCA certificate of kubernetes cluster base64 encoded
    Identity Pulumi.AzureNative.DelegatedNetwork.Outputs.OrchestratorIdentityResponse
    The identity of the orchestrator
    Location string
    Location of the resource.
    OrchestratorAppId string
    AAD ID used with apiserver
    OrchestratorTenantId string
    TenantID of server App ID
    PrivateLinkResourceId string
    private link arm resource id. Either one of apiServerEndpoint or privateLinkResourceId can be specified
    Tags Dictionary<string, string>
    The resource tags.
    ControllerDetails ControllerDetailsResponse
    Properties of the controller.
    Id string
    An identifier that represents the resource.
    Kind string
    The kind of workbook. Choices are user and shared.
    Name string
    The name of the resource.
    ProvisioningState string
    The current state of orchestratorInstance resource.
    ResourceGuid string
    Resource guid.
    Type string
    The type of resource.
    ApiServerEndpoint string
    K8s APIServer url. Either one of apiServerEndpoint or privateLinkResourceId can be specified
    ClusterRootCA string
    RootCA certificate of kubernetes cluster base64 encoded
    Identity OrchestratorIdentityResponse
    The identity of the orchestrator
    Location string
    Location of the resource.
    OrchestratorAppId string
    AAD ID used with apiserver
    OrchestratorTenantId string
    TenantID of server App ID
    PrivateLinkResourceId string
    private link arm resource id. Either one of apiServerEndpoint or privateLinkResourceId can be specified
    Tags map[string]string
    The resource tags.
    controllerDetails ControllerDetailsResponse
    Properties of the controller.
    id String
    An identifier that represents the resource.
    kind String
    The kind of workbook. Choices are user and shared.
    name String
    The name of the resource.
    provisioningState String
    The current state of orchestratorInstance resource.
    resourceGuid String
    Resource guid.
    type String
    The type of resource.
    apiServerEndpoint String
    K8s APIServer url. Either one of apiServerEndpoint or privateLinkResourceId can be specified
    clusterRootCA String
    RootCA certificate of kubernetes cluster base64 encoded
    identity OrchestratorIdentityResponse
    The identity of the orchestrator
    location String
    Location of the resource.
    orchestratorAppId String
    AAD ID used with apiserver
    orchestratorTenantId String
    TenantID of server App ID
    privateLinkResourceId String
    private link arm resource id. Either one of apiServerEndpoint or privateLinkResourceId can be specified
    tags Map<String,String>
    The resource tags.
    controllerDetails ControllerDetailsResponse
    Properties of the controller.
    id string
    An identifier that represents the resource.
    kind string
    The kind of workbook. Choices are user and shared.
    name string
    The name of the resource.
    provisioningState string
    The current state of orchestratorInstance resource.
    resourceGuid string
    Resource guid.
    type string
    The type of resource.
    apiServerEndpoint string
    K8s APIServer url. Either one of apiServerEndpoint or privateLinkResourceId can be specified
    clusterRootCA string
    RootCA certificate of kubernetes cluster base64 encoded
    identity OrchestratorIdentityResponse
    The identity of the orchestrator
    location string
    Location of the resource.
    orchestratorAppId string
    AAD ID used with apiserver
    orchestratorTenantId string
    TenantID of server App ID
    privateLinkResourceId string
    private link arm resource id. Either one of apiServerEndpoint or privateLinkResourceId can be specified
    tags {[key: string]: string}
    The resource tags.
    controller_details ControllerDetailsResponse
    Properties of the controller.
    id str
    An identifier that represents the resource.
    kind str
    The kind of workbook. Choices are user and shared.
    name str
    The name of the resource.
    provisioning_state str
    The current state of orchestratorInstance resource.
    resource_guid str
    Resource guid.
    type str
    The type of resource.
    api_server_endpoint str
    K8s APIServer url. Either one of apiServerEndpoint or privateLinkResourceId can be specified
    cluster_root_ca str
    RootCA certificate of kubernetes cluster base64 encoded
    identity OrchestratorIdentityResponse
    The identity of the orchestrator
    location str
    Location of the resource.
    orchestrator_app_id str
    AAD ID used with apiserver
    orchestrator_tenant_id str
    TenantID of server App ID
    private_link_resource_id str
    private link arm resource id. Either one of apiServerEndpoint or privateLinkResourceId can be specified
    tags Mapping[str, str]
    The resource tags.
    controllerDetails Property Map
    Properties of the controller.
    id String
    An identifier that represents the resource.
    kind String
    The kind of workbook. Choices are user and shared.
    name String
    The name of the resource.
    provisioningState String
    The current state of orchestratorInstance resource.
    resourceGuid String
    Resource guid.
    type String
    The type of resource.
    apiServerEndpoint String
    K8s APIServer url. Either one of apiServerEndpoint or privateLinkResourceId can be specified
    clusterRootCA String
    RootCA certificate of kubernetes cluster base64 encoded
    identity Property Map
    The identity of the orchestrator
    location String
    Location of the resource.
    orchestratorAppId String
    AAD ID used with apiserver
    orchestratorTenantId String
    TenantID of server App ID
    privateLinkResourceId String
    private link arm resource id. Either one of apiServerEndpoint or privateLinkResourceId can be specified
    tags Map<String>
    The resource tags.

    Supporting Types

    ControllerDetailsResponse

    Id string
    controller arm resource id
    Id string
    controller arm resource id
    id String
    controller arm resource id
    id string
    controller arm resource id
    id str
    controller arm resource id
    id String
    controller arm resource id

    OrchestratorIdentityResponse

    PrincipalId string
    The principal id of the system assigned identity which is used by orchestrator.
    TenantId string
    The tenant id of the system assigned identity which is used by orchestrator.
    Type string
    The type of identity used for orchestrator cluster. Type 'SystemAssigned' will use an implicitly created identity orchestrator clusters
    PrincipalId string
    The principal id of the system assigned identity which is used by orchestrator.
    TenantId string
    The tenant id of the system assigned identity which is used by orchestrator.
    Type string
    The type of identity used for orchestrator cluster. Type 'SystemAssigned' will use an implicitly created identity orchestrator clusters
    principalId String
    The principal id of the system assigned identity which is used by orchestrator.
    tenantId String
    The tenant id of the system assigned identity which is used by orchestrator.
    type String
    The type of identity used for orchestrator cluster. Type 'SystemAssigned' will use an implicitly created identity orchestrator clusters
    principalId string
    The principal id of the system assigned identity which is used by orchestrator.
    tenantId string
    The tenant id of the system assigned identity which is used by orchestrator.
    type string
    The type of identity used for orchestrator cluster. Type 'SystemAssigned' will use an implicitly created identity orchestrator clusters
    principal_id str
    The principal id of the system assigned identity which is used by orchestrator.
    tenant_id str
    The tenant id of the system assigned identity which is used by orchestrator.
    type str
    The type of identity used for orchestrator cluster. Type 'SystemAssigned' will use an implicitly created identity orchestrator clusters
    principalId String
    The principal id of the system assigned identity which is used by orchestrator.
    tenantId String
    The tenant id of the system assigned identity which is used by orchestrator.
    type String
    The type of identity used for orchestrator cluster. Type 'SystemAssigned' will use an implicitly created identity orchestrator clusters

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.37.0 published on Monday, Apr 15, 2024 by Pulumi