ResponseMessageEnvelopeRemotePrivateEndpointConnectionResponse

data class ResponseMessageEnvelopeRemotePrivateEndpointConnectionResponse(val error: ErrorEntityResponse? = null, val id: String? = null, val identity: ManagedServiceIdentityResponse? = null, val location: String? = null, val name: String? = null, val plan: ArmPlanResponse? = null, val properties: RemotePrivateEndpointConnectionResponse? = null, val sku: SkuDescriptionResponse? = null, val status: String? = null, val tags: Map<String, String>? = null, val type: String? = null, val zones: List<String>? = null)

Message envelope that contains the common Azure resource manager properties and the resource provider specific content.

Constructors

constructor(error: ErrorEntityResponse? = null, id: String? = null, identity: ManagedServiceIdentityResponse? = null, location: String? = null, name: String? = null, plan: ArmPlanResponse? = null, properties: RemotePrivateEndpointConnectionResponse? = null, sku: SkuDescriptionResponse? = null, status: String? = null, tags: Map<String, String>? = null, type: String? = null, zones: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Azure-AsyncOperation Error info.

Link copied to clipboard
val id: String? = null

Resource Id. Typically ID is populated only for responses to GET requests. Caller is responsible for passing in this value for GET requests only. For example: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupId}/providers/Microsoft.Web/sites/{sitename}

Link copied to clipboard

MSI resource

Link copied to clipboard
val location: String? = null

Geographical region resource belongs to e.g. SouthCentralUS, SouthEastAsia.

Link copied to clipboard
val name: String? = null

Name of resource.

Link copied to clipboard
val plan: ArmPlanResponse? = null

Azure resource manager plan.

Link copied to clipboard

Resource specific properties.

Link copied to clipboard

SKU description of the resource.

Link copied to clipboard
val status: String? = null

Azure-AsyncOperation Status info.

Link copied to clipboard
val tags: Map<String, String>? = null

Tags associated with resource.

Link copied to clipboard
val type: String? = null

Type of resource e.g "Microsoft.Web/sites".

Link copied to clipboard
val zones: List<String>? = null

Logical Availability Zones the service is hosted in