Response Message Envelope Remote Private Endpoint Connection Response
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
Link copied to clipboard
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)