次の方法で共有


ModuleCreateOrUpdateParameters コンストラクター

定義

オーバーロード

ModuleCreateOrUpdateParameters()

ModuleCreateOrUpdateParameters クラスの新しいインスタンスを初期化します。

ModuleCreateOrUpdateParameters(ModuleCreateOrUpdateProperties)
ModuleCreateOrUpdateParameters(ContentLink, String, String, IDictionary<String,String>)

ModuleCreateOrUpdateParameters クラスの新しいインスタンスを初期化します。

ModuleCreateOrUpdateParameters()

ModuleCreateOrUpdateParameters クラスの新しいインスタンスを初期化します。

public ModuleCreateOrUpdateParameters ();
Public Sub New ()

適用対象

ModuleCreateOrUpdateParameters(ModuleCreateOrUpdateProperties)

public ModuleCreateOrUpdateParameters (Microsoft.Azure.Management.Automation.Models.ModuleCreateOrUpdateProperties properties);
new Microsoft.Azure.Management.Automation.Models.ModuleCreateOrUpdateParameters : Microsoft.Azure.Management.Automation.Models.ModuleCreateOrUpdateProperties -> Microsoft.Azure.Management.Automation.Models.ModuleCreateOrUpdateParameters
Public Sub New (properties As ModuleCreateOrUpdateProperties)

パラメーター

適用対象

ModuleCreateOrUpdateParameters クラスの新しいインスタンスを初期化します。

public ModuleCreateOrUpdateParameters (Microsoft.Azure.Management.Automation.Models.ContentLink contentLink, string name = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.Automation.Models.ModuleCreateOrUpdateParameters : Microsoft.Azure.Management.Automation.Models.ContentLink * string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Automation.Models.ModuleCreateOrUpdateParameters
Public Sub New (contentLink As ContentLink, Optional name As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)

パラメーター

contentLink
ContentLink

モジュール コンテンツ リンクを取得または設定します。

name
String

リソースの名前を取得または設定します。

location
String

リソースの場所を取得または設定します。

tags
IDictionary<String,String>

リソースに接続されているタグを取得または設定します。

適用対象