ServiceEndpointPolicyDefinitionResponse

data class ServiceEndpointPolicyDefinitionResponse(val description: String? = null, val etag: String, val id: String? = null, val name: String? = null, val provisioningState: String, val service: String? = null, val serviceResources: List<String>? = null, val type: String? = null)

Service Endpoint policy definitions.

Constructors

Link copied to clipboard
constructor(description: String? = null, etag: String, id: String? = null, name: String? = null, provisioningState: String, service: String? = null, serviceResources: List<String>? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

A description for this rule. Restricted to 140 chars.

Link copied to clipboard

A unique read-only string that changes whenever the resource is updated.

Link copied to clipboard
val id: String? = null

Resource ID.

Link copied to clipboard
val name: String? = null

The name of the resource that is unique within a resource group. This name can be used to access the resource.

Link copied to clipboard

The provisioning state of the service endpoint policy definition resource.

Link copied to clipboard
val service: String? = null

Service endpoint name.

Link copied to clipboard

A list of service resources.

Link copied to clipboard
val type: String? = null

The type of the resource.