SubnetServiceEndpointStoragePolicyDefinition

data class SubnetServiceEndpointStoragePolicyDefinition(val description: String? = null, val name: String, val service: String? = null, val serviceResources: List<String>)

Constructors

constructor(description: String? = null, name: String, service: String? = null, serviceResources: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

The description of this Subnet Service Endpoint Storage Policy Definition.

Link copied to clipboard

The name which should be used for this Subnet Service Endpoint Storage Policy Definition.

Link copied to clipboard
val service: String? = null

The type of service resources. Valid values are Microsoft.Storage or Global. When the service_resources property contains resource IDs, this property must be Microsoft.Storage. When the service_resources property contains Aliases, this property must be Global. Defaults to Microsoft.Storage.

Link copied to clipboard

Specifies a list of resources or aliases that this Subnet Service Endpoint Storage Policy Definition applies to.