Bagikan melalui


PatchPropertiesRenewProperties Constructors

Definition

Overloads

PatchPropertiesRenewProperties()

Initializes a new instance of the PatchPropertiesRenewProperties class.

PatchPropertiesRenewProperties(PurchaseRequest)

Initializes a new instance of the PatchPropertiesRenewProperties class.

PatchPropertiesRenewProperties()

Initializes a new instance of the PatchPropertiesRenewProperties class.

public PatchPropertiesRenewProperties ();
Public Sub New ()

Applies to

PatchPropertiesRenewProperties(PurchaseRequest)

Initializes a new instance of the PatchPropertiesRenewProperties class.

public PatchPropertiesRenewProperties (Microsoft.Azure.Management.Reservations.Models.PurchaseRequest purchaseProperties = default);
new Microsoft.Azure.Management.Reservations.Models.PatchPropertiesRenewProperties : Microsoft.Azure.Management.Reservations.Models.PurchaseRequest -> Microsoft.Azure.Management.Reservations.Models.PatchPropertiesRenewProperties
Public Sub New (Optional purchaseProperties As PurchaseRequest = Nothing)

Parameters

purchaseProperties
PurchaseRequest

Applies to