SubnetServiceEndpointStoragePolicyDefinitionArgs

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

Constructors

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

Properties

Link copied to clipboard
val description: Output<String>? = null

The description of this Subnet Service Endpoint Storage Policy Definition.

Link copied to clipboard
val name: Output<String>

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

Link copied to clipboard
val service: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): SubnetServiceEndpointStoragePolicyDefinitionArgs