serviceEndpoints

@JvmName(name = "xscpuplaiihsrmbc")
suspend fun serviceEndpoints(value: Output<List<String>>)
@JvmName(name = "adnvmremaymggedj")
suspend fun serviceEndpoints(value: List<String>?)

Parameters

value

The list of Service endpoints to associate with the subnet. Possible values include: Microsoft.AzureActiveDirectory, Microsoft.AzureCosmosDB, Microsoft.ContainerRegistry, Microsoft.EventHub, Microsoft.KeyVault, Microsoft.ServiceBus, Microsoft.Sql, Microsoft.Storage, Microsoft.Storage.Global and Microsoft.Web.

NOTE: In order to use Microsoft.Storage.Global service endpoint (which allows access to virtual networks in other regions), you must enable the AllowGlobalTagsForStorage feature in your subscription. This is currently a preview feature, please see the official documentation for more information.


@JvmName(name = "lumobiddcpqqvcpi")
suspend fun serviceEndpoints(vararg values: Output<String>)


@JvmName(name = "ajewkhpciusypelf")
suspend fun serviceEndpoints(values: List<Output<String>>)
@JvmName(name = "lgqniqesycntbxae")
suspend fun serviceEndpoints(vararg values: String)

Parameters

values

The list of Service endpoints to associate with the subnet. Possible values include: Microsoft.AzureActiveDirectory, Microsoft.AzureCosmosDB, Microsoft.ContainerRegistry, Microsoft.EventHub, Microsoft.KeyVault, Microsoft.ServiceBus, Microsoft.Sql, Microsoft.Storage, Microsoft.Storage.Global and Microsoft.Web.

NOTE: In order to use Microsoft.Storage.Global service endpoint (which allows access to virtual networks in other regions), you must enable the AllowGlobalTagsForStorage feature in your subscription. This is currently a preview feature, please see the official documentation for more information.