MountFileShareConfigurationArgs

data class MountFileShareConfigurationArgs(val configurationType: Output<String>, val id: Output<String>, val privateEndpointId: Output<String>) : ConvertibleToJava<MountFileShareConfigurationArgs>

Gets or sets the file share configuration where the transport directory fileshare already exists, and user wishes to mount the fileshare as a part of the create infra flow.

Constructors

Link copied to clipboard
constructor(configurationType: Output<String>, id: Output<String>, privateEndpointId: Output<String>)

Properties

Link copied to clipboard

The type of file share config. Expected value is 'Mount'.

Link copied to clipboard
val id: Output<String>

The fileshare resource ID

Link copied to clipboard

The private endpoint resource ID

Functions

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