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.SapVirtualInstance.Models.SharedStorageResourceNamesTypeConverter))]
public interface ISharedStorageResourceNames : Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.SharedStorageResourceNamesTypeConverter))>]
type ISharedStorageResourceNames = interface
interface IJsonSerializable
Public Interface ISharedStorageResourceNames
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |