UpdateBackupPolicyConfig Constructors
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.
Overloads
UpdateBackupPolicyConfig() |
Initializes a new instance of the UpdateBackupPolicyConfig class. |
UpdateBackupPolicyConfig(String, OperationInProgress, Boolean) |
Initializes a new instance of the UpdateBackupPolicyConfig class with required arguments. |
UpdateBackupPolicyConfig()
Initializes a new instance of the UpdateBackupPolicyConfig class.
public UpdateBackupPolicyConfig ();
Public Sub New ()
Applies to
UpdateBackupPolicyConfig(String, OperationInProgress, Boolean)
Initializes a new instance of the UpdateBackupPolicyConfig class with required arguments.
public UpdateBackupPolicyConfig (string name, Microsoft.WindowsAzure.Management.StorSimple.Models.OperationInProgress operationInProgress, bool isPolicyRenamed);
new Microsoft.WindowsAzure.Management.StorSimple.Models.UpdateBackupPolicyConfig : string * Microsoft.WindowsAzure.Management.StorSimple.Models.OperationInProgress * bool -> Microsoft.WindowsAzure.Management.StorSimple.Models.UpdateBackupPolicyConfig
Public Sub New (name As String, operationInProgress As OperationInProgress, isPolicyRenamed As Boolean)
Parameters
- name
- String
- operationInProgress
- OperationInProgress
- isPolicyRenamed
- Boolean
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET