你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IElasticSanIdentity 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.ElasticSan.Models.ElasticSanIdentityTypeConverter))]
public interface IElasticSanIdentity : Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.ElasticSanIdentityTypeConverter))>]
type IElasticSanIdentity = interface
interface IJsonSerializable
Public Interface IElasticSanIdentity
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
ElasticSanName |
The name of the ElasticSan. |
Id |
Resource identity path |
PrivateEndpointConnectionName |
The name of the Private Endpoint connection. |
ResourceGroupName |
The name of the resource group. The name is case insensitive. |
SnapshotName |
The name of the volume snapshot within the given volume group. |
SubscriptionId |
The ID of the target subscription. |
VolumeGroupName |
The name of the VolumeGroup. |
VolumeName |
The name of the Volume. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |