ArmElasticSanModelFactory.ElasticSanVolumeGroupData Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue instance von ElasticSanVolumeGroupData.
public static Azure.ResourceManager.ElasticSan.ElasticSanVolumeGroupData ElasticSanVolumeGroupData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, Azure.ResourceManager.ElasticSan.Models.ElasticSanProvisioningState? provisioningState = default, Azure.ResourceManager.ElasticSan.Models.StorageTargetType? protocolType = default, Azure.ResourceManager.ElasticSan.Models.ElasticSanEncryptionType? encryption = default, Azure.ResourceManager.ElasticSan.Models.EncryptionProperties encryptionProperties = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ElasticSan.Models.ElasticSanVirtualNetworkRule> virtualNetworkRules = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ElasticSan.ElasticSanPrivateEndpointConnectionData> privateEndpointConnections = default);
static member ElasticSanVolumeGroupData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Azure.ResourceManager.Models.ManagedServiceIdentity * Nullable<Azure.ResourceManager.ElasticSan.Models.ElasticSanProvisioningState> * Nullable<Azure.ResourceManager.ElasticSan.Models.StorageTargetType> * Nullable<Azure.ResourceManager.ElasticSan.Models.ElasticSanEncryptionType> * Azure.ResourceManager.ElasticSan.Models.EncryptionProperties * seq<Azure.ResourceManager.ElasticSan.Models.ElasticSanVirtualNetworkRule> * seq<Azure.ResourceManager.ElasticSan.ElasticSanPrivateEndpointConnectionData> -> Azure.ResourceManager.ElasticSan.ElasticSanVolumeGroupData
Public Shared Function ElasticSanVolumeGroupData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional identity As ManagedServiceIdentity = Nothing, Optional provisioningState As Nullable(Of ElasticSanProvisioningState) = Nothing, Optional protocolType As Nullable(Of StorageTargetType) = Nothing, Optional encryption As Nullable(Of ElasticSanEncryptionType) = Nothing, Optional encryptionProperties As EncryptionProperties = Nothing, Optional virtualNetworkRules As IEnumerable(Of ElasticSanVirtualNetworkRule) = Nothing, Optional privateEndpointConnections As IEnumerable(Of ElasticSanPrivateEndpointConnectionData) = Nothing) As ElasticSanVolumeGroupData
Parameter
Die ID.
- name
- String
Der Name.
- resourceType
- ResourceType
Der resourceType.
- systemData
- SystemData
SystemData.
- identity
- ManagedServiceIdentity
Die Identität der Ressource. Aktuell unterstützte Identitätstypen: None, SystemAssigned, UserAssigned.
- provisioningState
- Nullable<ElasticSanProvisioningState>
Status des Vorgangs für die Ressource.
- protocolType
- Nullable<StorageTargetType>
Typ des Speicherziels.
- encryption
- Nullable<ElasticSanEncryptionType>
Verschlüsselungstyp.
- encryptionProperties
- EncryptionProperties
Verschlüsselungseigenschaften, die Key Vault und Identitätsinformationen beschreiben.
- virtualNetworkRules
- IEnumerable<ElasticSanVirtualNetworkRule>
Eine Sammlung von Regeln, die die Barrierefreiheit von bestimmten Netzwerkstandorten regeln.
- privateEndpointConnections
- IEnumerable<ElasticSanPrivateEndpointConnectionData>
Die Liste der Verbindungen mit privaten Endpunkten.
Gibt zurück
Eine neue ElasticSanVolumeGroupData instance zum Simulieren.