Service Endpoint Policy Response
data class ServiceEndpointPolicyResponse(val contextualServiceEndpointPolicies: List<String>? = null, val etag: String, val id: String? = null, val kind: String, val location: String? = null, val name: String, val provisioningState: String, val resourceGuid: String, val serviceAlias: String? = null, 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(contextualServiceEndpointPolicies: List<String>? = null, etag: String, id: String? = null, kind: String, location: String? = null, name: String, provisioningState: String, resourceGuid: String, serviceAlias: String? = null, serviceEndpointPolicyDefinitions: List<ServiceEndpointPolicyDefinitionResponse>? = null, subnets: List<SubnetResponse>, tags: Map<String, String>? = null, type: String)
Properties
Link copied to clipboard
A collection of contextual service endpoint policy.
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
The alias indicating if the policy belongs to a service
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.