GalleryApplicationVersionUpdate コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GalleryApplicationVersionUpdate() |
GalleryApplicationVersionUpdate クラスの新しいインスタンスを初期化します。 |
GalleryApplicationVersionUpdate(GalleryApplicationVersionPublishingProfile, String, String, String, IDictionary<String,String>, GalleryApplicationVersionSafetyProfile, String, ReplicationStatus) |
GalleryApplicationVersionUpdate クラスの新しいインスタンスを初期化します。 |
GalleryApplicationVersionUpdate()
GalleryApplicationVersionUpdate クラスの新しいインスタンスを初期化します。
public GalleryApplicationVersionUpdate ();
Public Sub New ()
適用対象
GalleryApplicationVersionUpdate(GalleryApplicationVersionPublishingProfile, String, String, String, IDictionary<String,String>, GalleryApplicationVersionSafetyProfile, String, ReplicationStatus)
GalleryApplicationVersionUpdate クラスの新しいインスタンスを初期化します。
public GalleryApplicationVersionUpdate (Microsoft.Azure.Management.Compute.Models.GalleryApplicationVersionPublishingProfile publishingProfile, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Compute.Models.GalleryApplicationVersionSafetyProfile safetyProfile = default, string provisioningState = default, Microsoft.Azure.Management.Compute.Models.ReplicationStatus replicationStatus = default);
new Microsoft.Azure.Management.Compute.Models.GalleryApplicationVersionUpdate : Microsoft.Azure.Management.Compute.Models.GalleryApplicationVersionPublishingProfile * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Compute.Models.GalleryApplicationVersionSafetyProfile * string * Microsoft.Azure.Management.Compute.Models.ReplicationStatus -> Microsoft.Azure.Management.Compute.Models.GalleryApplicationVersionUpdate
Public Sub New (publishingProfile As GalleryApplicationVersionPublishingProfile, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional safetyProfile As GalleryApplicationVersionSafetyProfile = Nothing, Optional provisioningState As String = Nothing, Optional replicationStatus As ReplicationStatus = Nothing)
パラメーター
- publishingProfile
- GalleryApplicationVersionPublishingProfile
- id
- String
リソース ID
- name
- String
リソース名
- type
- String
リソースの種類
- tags
- IDictionary<String,String>
リソース タグ
- safetyProfile
- GalleryApplicationVersionSafetyProfile
- provisioningState
- String
指定できる値は、'Creating'、'Updating'、'Failed'、'Succeeded'、'Deleting'、'Migrating' です。
- replicationStatus
- ReplicationStatus
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET