AccountNetworkRulesPrivateLinkAccessArgs

data class AccountNetworkRulesPrivateLinkAccessArgs(val endpointResourceId: Output<String>, val endpointTenantId: Output<String>? = null) : ConvertibleToJava<AccountNetworkRulesPrivateLinkAccessArgs>

Constructors

Link copied to clipboard
constructor(endpointResourceId: Output<String>, endpointTenantId: Output<String>? = null)

Properties

Link copied to clipboard

The ID of the Azure resource that should be allowed access to the target storage account.

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

The tenant id of the resource of the resource access rule to be granted access. Defaults to the current tenant id.

Functions

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