Patch コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Patch() |
Patch クラスの新しいインスタンスを初期化します。 |
Patch(String, IList<String>, String, String, Nullable<Boolean>, PatchPropertiesRenewProperties) |
Patch クラスの新しいインスタンスを初期化します。 |
Patch()
Patch クラスの新しいインスタンスを初期化します。
public Patch ();
Public Sub New ()
適用対象
Patch(String, IList<String>, String, String, Nullable<Boolean>, PatchPropertiesRenewProperties)
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)
パラメーター
- appliedScopeType
- String
使用可能な値は次のとおりです: 'Single'、'Shared'
- instanceFlexibility
- String
使用可能な値は次のとおりです: 'On'、'Off'
- name
- String
予約の名前
- renewProperties
- PatchPropertiesRenewProperties
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET