Patch Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Patch() |
Initialise une nouvelle instance de la classe Patch. |
Patch(String, IList<String>, String, String, Nullable<Boolean>, PatchPropertiesRenewProperties) |
Initialise une nouvelle instance de la classe Patch. |
Patch()
Initialise une nouvelle instance de la classe Patch.
public Patch ();
Public Sub New ()
S’applique à
Patch(String, IList<String>, String, String, Nullable<Boolean>, PatchPropertiesRenewProperties)
Initialise une nouvelle instance de la classe Patch.
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)
Paramètres
- appliedScopeType
- String
Les valeurs possibles sont les suivantes : 'Single', 'Shared'
- instanceFlexibility
- String
Les valeurs possibles sont les suivantes : 'On', 'Off'
- name
- String
Nom de la réservation
- renewProperties
- PatchPropertiesRenewProperties
S’applique à
Azure SDK for .NET