Patch 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
Patch() |
Initializes a new instance of the Patch class. |
Patch(String, IList<String>, String, String, Nullable<Boolean>, PatchPropertiesRenewProperties) |
Initializes a new instance of the Patch class. |
Patch()
Initializes a new instance of the Patch class.
public Patch ();
Public Sub New ()
Applies to
Patch(String, IList<String>, String, String, Nullable<Boolean>, PatchPropertiesRenewProperties)
Initializes a new instance of the Patch class.
public Patch (string appliedScopeType = default, System.Collections.Generic.IList<string> appliedScopes = default, string instanceFlexibility = default, string name = default, bool? renew = default, Microsoft.Azure.Management.Reservations.Models.PatchPropertiesRenewProperties renewProperties = default);
new Microsoft.Azure.Management.Reservations.Models.Patch : string * System.Collections.Generic.IList<string> * string * string * Nullable<bool> * Microsoft.Azure.Management.Reservations.Models.PatchPropertiesRenewProperties -> Microsoft.Azure.Management.Reservations.Models.Patch
Public Sub New (Optional appliedScopeType As String = Nothing, Optional appliedScopes As IList(Of String) = Nothing, Optional instanceFlexibility As String = Nothing, Optional name As String = Nothing, Optional renew As Nullable(Of Boolean) = Nothing, Optional renewProperties As PatchPropertiesRenewProperties = Nothing)
Parameters
- appliedScopeType
- String
Possible values include: 'Single', 'Shared'
- instanceFlexibility
- String
Possible values include: 'On', 'Off'
- name
- String
Name of the Reservation
- renewProperties
- PatchPropertiesRenewProperties
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET