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