Sdílet prostřednictvím


ModuleCreateOrUpdateParameters Konstruktory

Definice

Přetížení

ModuleCreateOrUpdateParameters()

Inicializuje novou instanci ModuleCreateOrUpdateParameters třídy.

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

Inicializuje novou instanci ModuleCreateOrUpdateParameters třídy.

ModuleCreateOrUpdateParameters()

Inicializuje novou instanci ModuleCreateOrUpdateParameters třídy.

public ModuleCreateOrUpdateParameters ();
Public Sub New ()

Platí pro

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)

Parametry

Platí pro

Inicializuje novou instanci ModuleCreateOrUpdateParameters třídy.

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)

Parametry

contentLink
ContentLink

Získá nebo nastaví odkaz na obsah modulu.

name
String

Získá nebo nastaví název prostředku.

location
String

Získá nebo nastaví umístění prostředku.

tags
IDictionary<String,String>

Získá nebo nastaví značky připojené k prostředku.

Platí pro