CSMUpdateProtectionPolicyRequest Konstruktorer
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Överlagringar
CSMUpdateProtectionPolicyRequest() |
Initierar en ny instans av klassen CSMUpdateProtectionPolicyRequest. |
CSMUpdateProtectionPolicyRequest(CSMUpdateProtectionPolicyRequestProperties) |
Initierar en ny instans av klassen CSMUpdateProtectionPolicyRequest med nödvändiga argument. |
CSMUpdateProtectionPolicyRequest()
Initierar en ny instans av klassen CSMUpdateProtectionPolicyRequest.
public CSMUpdateProtectionPolicyRequest();
Public Sub New ()
Gäller för
CSMUpdateProtectionPolicyRequest(CSMUpdateProtectionPolicyRequestProperties)
Initierar en ny instans av klassen CSMUpdateProtectionPolicyRequest med nödvändiga argument.
public CSMUpdateProtectionPolicyRequest(Microsoft.Azure.Management.BackupServices.Models.CSMUpdateProtectionPolicyRequestProperties properties);
new Microsoft.Azure.Management.BackupServices.Models.CSMUpdateProtectionPolicyRequest : Microsoft.Azure.Management.BackupServices.Models.CSMUpdateProtectionPolicyRequestProperties -> Microsoft.Azure.Management.BackupServices.Models.CSMUpdateProtectionPolicyRequest
Public Sub New (properties As CSMUpdateProtectionPolicyRequestProperties)
Parametrar
- properties
- CSMUpdateProtectionPolicyRequestProperties
Gäller för
Azure SDK for .NET