ProtectionContainerResource Konstruktoren
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.
Überlädt
ProtectionContainerResource() |
Initialisiert eine neue instance der ProtectionContainerResource-Klasse. |
ProtectionContainerResource(String, String, String, String, IDictionary<String,String>, String, ProtectionContainer) |
Initialisiert eine neue instance der ProtectionContainerResource-Klasse. |
ProtectionContainerResource()
Initialisiert eine neue instance der ProtectionContainerResource-Klasse.
public ProtectionContainerResource ();
Public Sub New ()
Gilt für:
ProtectionContainerResource(String, String, String, String, IDictionary<String,String>, String, ProtectionContainer)
Initialisiert eine neue instance der ProtectionContainerResource-Klasse.
public ProtectionContainerResource (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, string eTag = default, Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionContainer properties = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionContainerResource : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionContainer -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionContainerResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional eTag As String = Nothing, Optional properties As ProtectionContainer = Nothing)
Parameter
- id
- String
Die Ressourcen-ID stellt den vollständigen Pfad zur Ressource dar.
- name
- String
Ressourcenname, der der Ressource zugeordnet ist.
- type
- String
Der Ressourcentyp stellt den vollständigen Pfad des Formulars Namespace/ResourceType/ResourceType/...
- location
- String
Ressourcenspeicherort
- tags
- IDictionary<String,String>
Ressourcentags.
- eTag
- String
Optionales ETag.
- properties
- ProtectionContainer
ProtectionContainerResource-Eigenschaften
Gilt für:
Azure SDK for .NET