SharedStorageResourceNamesArgs

data class SharedStorageResourceNamesArgs(val sharedStorageAccountName: Output<String>? = null, val sharedStorageAccountPrivateEndPointName: Output<String>? = null) : ConvertibleToJava<SharedStorageResourceNamesArgs>

The resource names object for shared storage.

Constructors

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

Properties

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

The full name of the shared storage account. If it is not provided, it will be defaulted to {SID}nfs{guid of 15 chars}.

Link copied to clipboard

The full name of private end point for the shared storage account. If it is not provided, it will be defaulted to {storageAccountName}_pe

Functions

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