Skip to main content

orchestrator_instance_service_details

Creates, updates, deletes, gets or lists a orchestrator_instance_service_details resource.

Overview

Nameorchestrator_instance_service_details
TypeResource
Idazure.delegated_network.orchestrator_instance_service_details

Fields

NameDatatypeDescription
idtextAn identifier that represents the resource.
nametextThe name of the resource.
api_server_endpointtextfield from the properties object
cluster_root_catextfield from the properties object
controller_detailstextfield from the properties object
identitytextfield from the properties object
kindtextThe kind of workbook. Choices are user and shared.
locationtextLocation of the resource.
orchestrator_app_idtextfield from the properties object
orchestrator_tenant_idtextfield from the properties object
private_link_resource_idtextfield from the properties object
provisioning_statetextfield from the properties object
resourceGroupNametextfield from the properties object
resourceNametextfield from the properties object
resource_guidtextfield from the properties object
subscriptionIdtextfield from the properties object
tagstextThe resource tags.
typetextThe type of resource.

Methods

NameAccessible byRequired ParamsDescription
getSELECTresourceGroupName, resourceName, subscriptionIdGets details about the orchestrator instance.

SELECT examples

Gets details about the orchestrator instance.

SELECT
id,
name,
api_server_endpoint,
cluster_root_ca,
controller_details,
identity,
kind,
location,
orchestrator_app_id,
orchestrator_tenant_id,
private_link_resource_id,
provisioning_state,
resourceGroupName,
resourceName,
resource_guid,
subscriptionId,
tags,
type
FROM azure.delegated_network.vw_orchestrator_instance_service_details
WHERE resourceGroupName = '{{ resourceGroupName }}'
AND resourceName = '{{ resourceName }}'
AND subscriptionId = '{{ subscriptionId }}';