SmbMountEndpointPropertiesArgs

data class SmbMountEndpointPropertiesArgs(val credentials: Output<AzureKeyVaultSmbCredentialsArgs>? = null, val description: Output<String>? = null, val endpointType: Output<String>, val host: Output<String>, val shareName: Output<String>) : ConvertibleToJava<SmbMountEndpointPropertiesArgs>

The properties of SMB share endpoint.

Constructors

Link copied to clipboard
constructor(credentials: Output<AzureKeyVaultSmbCredentialsArgs>? = null, description: Output<String>? = null, endpointType: Output<String>, host: Output<String>, shareName: Output<String>)

Properties

Link copied to clipboard

The Azure Key Vault secret URIs which store the required credentials to access the SMB share.

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 'SmbMount'.

Link copied to clipboard
val host: Output<String>

The host name or IP address of the server exporting the file system.

Link copied to clipboard
val shareName: Output<String>

The name of the SMB share being exported from the server.

Functions

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