Поделиться через


AddonSrmProperties Constructors

Definition

Overloads

AddonSrmProperties()

Initializes a new instance of the AddonSrmProperties class.

AddonSrmProperties(String, String)

Initializes a new instance of the AddonSrmProperties class.

AddonSrmProperties()

Initializes a new instance of the AddonSrmProperties class.

public AddonSrmProperties();
Public Sub New ()

Applies to

AddonSrmProperties(String, String)

Initializes a new instance of the AddonSrmProperties class.

public AddonSrmProperties(string provisioningState = default, string licenseKey = default);
new Microsoft.Azure.Management.Avs.Models.AddonSrmProperties : string * string -> Microsoft.Azure.Management.Avs.Models.AddonSrmProperties
Public Sub New (Optional provisioningState As String = Nothing, Optional licenseKey As String = Nothing)

Parameters

provisioningState
String

The state of the addon provisioning. Possible values include: 'Succeeded', 'Failed', 'Cancelled', 'Building', 'Deleting', 'Updating'

licenseKey
String

The Site Recovery Manager (SRM) license

Applies to