AzureStorageSmbFileShareEndpointPropertiesArgs

data class AzureStorageSmbFileShareEndpointPropertiesArgs(val description: Output<String>? = null, val endpointType: Output<String>, val fileShareName: Output<String>, val storageAccountResourceId: Output<String>) : ConvertibleToJava<AzureStorageSmbFileShareEndpointPropertiesArgs>

The properties of Azure Storage SMB file share endpoint.

Constructors

constructor(description: Output<String>? = null, endpointType: Output<String>, fileShareName: Output<String>, storageAccountResourceId: Output<String>)

Properties

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

A description for the Endpoint.

Link copied to clipboard
val endpointType: Output<String>

The Endpoint resource type. Expected value is 'AzureStorageSmbFileShare'.

Link copied to clipboard
val fileShareName: Output<String>

The name of the Azure Storage file share.

Link copied to clipboard

The Azure Resource ID of the storage account.

Functions

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