GetSharedPrivateLinkResourceResult

data class GetSharedPrivateLinkResourceResult(val azureApiVersion: String, val dnsZone: String? = null, val groupId: String, val id: String, val name: String, val privateLinkResourceId: String, val provisioningState: String, val requestMessage: String, val status: String, val systemData: SystemDataResponse, val type: String)

Concrete proxy resource types can be created by aliasing this type using a specific property type.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, dnsZone: String? = null, groupId: String, id: String, name: String, privateLinkResourceId: String, provisioningState: String, requestMessage: String, status: String, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val dnsZone: String? = null

The DNS zone segment to be included in the DNS name of the shared private link. Value is required for Azure Data Explorer clusters and SQL managed instances, and must be omitted for SQL logical servers and key vaults. The value is the second segment of the host FQDN name of the resource that the shared private link resource is for. For example: if the host name is 'adx-cluster-21187695.eastus.kusto.windows.net', then the value is 'eastus'; if the host name is 'sql-mi-23961134.767d5869f605.database.windows.net', then the value is '767d5869f605'.

Link copied to clipboard

The group id from the provider of resource the shared private link resource is for.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

The name of the resource

Link copied to clipboard

The resource ID of the resource the shared private link resource is for.

Link copied to clipboard

The provisioning state of the resource.

Link copied to clipboard

The request message for requesting approval of the shared private link resource.

Link copied to clipboard

Status of the shared private link resource. Can be Pending, Approved, Rejected or Disconnected.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"