次の方法で共有


ArmDevTestLabsModelFactory.DevTestLabGalleryImage メソッド

定義

DevTestLabGalleryImage の新しいインスタンスを初期化します。

public static Azure.ResourceManager.DevTestLabs.Models.DevTestLabGalleryImage DevTestLabGalleryImage (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, string author = default, DateTimeOffset? createdOn = default, string description = default, Azure.ResourceManager.DevTestLabs.Models.DevTestLabGalleryImageReference imageReference = default, string icon = default, bool? isEnabled = default, string planId = default, bool? isPlanAuthorized = default);
static member DevTestLabGalleryImage : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * string * Nullable<DateTimeOffset> * string * Azure.ResourceManager.DevTestLabs.Models.DevTestLabGalleryImageReference * string * Nullable<bool> * string * Nullable<bool> -> Azure.ResourceManager.DevTestLabs.Models.DevTestLabGalleryImage
Public Shared Function DevTestLabGalleryImage (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional author As String = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional description As String = Nothing, Optional imageReference As DevTestLabGalleryImageReference = Nothing, Optional icon As String = Nothing, Optional isEnabled As Nullable(Of Boolean) = Nothing, Optional planId As String = Nothing, Optional isPlanAuthorized As Nullable(Of Boolean) = Nothing) As DevTestLabGalleryImage

パラメーター

name
String

名前。

resourceType
ResourceType

resourceType。

systemData
SystemData

systemData。

tags
IDictionary<String,String>

タグ。

location
AzureLocation

場所。

author
String

ギャラリー イメージの作成者。

createdOn
Nullable<DateTimeOffset>

ギャラリー イメージの作成日。

description
String

ギャラリー イメージの説明。

imageReference
DevTestLabGalleryImageReference

ギャラリー イメージのイメージ参照。

icon
String

ギャラリー イメージのアイコン。

isEnabled
Nullable<Boolean>

このギャラリー イメージが有効かどうかを示します。

planId
String

このイメージに適用されるサード パーティのプラン。

isPlanAuthorized
Nullable<Boolean>

プランがプログラムによる展開に対して承認されているかどうかを示します。

戻り値

モック作成用の新しい DevTestLabGalleryImage インスタンス。

適用対象