Get Service Endpoint Policy Result
data class GetServiceEndpointPolicyResult(val etag: String, val id: String? = null, val kind: String, val location: String? = null, val name: String, val provisioningState: String, val resourceGuid: String, val serviceEndpointPolicyDefinitions: List<ServiceEndpointPolicyDefinitionResponse>? = null, val subnets: List<SubnetResponse>, val tags: Map<String, String>? = null, val type: String)
Service End point policy resource.
Constructors
Link copied to clipboard
constructor(etag: String, id: String? = null, kind: String, location: String? = null, name: String, provisioningState: String, resourceGuid: String, serviceEndpointPolicyDefinitions: List<ServiceEndpointPolicyDefinitionResponse>? = null, subnets: List<SubnetResponse>, tags: Map<String, String>? = null, type: String)
Properties
Link copied to clipboard
The provisioning state of the service endpoint policy resource.
Link copied to clipboard
The resource GUID property of the service endpoint policy resource.
Link copied to clipboard
A collection of service endpoint policy definitions of the service endpoint policy.
Link copied to clipboard
A collection of references to subnets.