ISharedStorageResourceNames Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.SharedStorageResourceNamesTypeConverter))]
public interface ISharedStorageResourceNames : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.SharedStorageResourceNamesTypeConverter))>]
type ISharedStorageResourceNames = interface
interface IJsonSerializable
Public Interface ISharedStorageResourceNames
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
SharedStorageAccountName |
The full name of the shared storage account. If it is not provided, it will be defaulted to {SID}nfs{guid of 15 chars}. |
SharedStorageAccountPrivateEndPointName |
The full name of private end point for the shared storage account. If it is not provided, it will be defaulted to {storageAccountName}_pe |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |