Sdílet prostřednictvím


ISharedStorageResourceNames Interface

Definition

[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)

Applies to