Delen via


Module Constructors

Definitie

Overloads

Module()

Initialiseert een nieuw exemplaar van de moduleklasse.

Module(String, String, String, IDictionary<String,String>, String, Nullable<Boolean>, String, Nullable<Int64>, Nullable<Int32>, Nullable<ModuleProvisioningState>, ContentLink, ModuleErrorInfo, DateTimeOffset, DateTimeOffset, String, Nullable<Boolean>, String)

Initialiseert een nieuw exemplaar van de moduleklasse.

Module()

Initialiseert een nieuw exemplaar van de moduleklasse.

public Module ();
Public Sub New ()

Van toepassing op

Initialiseert een nieuw exemplaar van de moduleklasse.

public Module (string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string location = default, bool? isGlobal = default, string version = default, long? sizeInBytes = default, int? activityCount = default, Microsoft.Azure.Management.Automation.Models.ModuleProvisioningState? provisioningState = default, Microsoft.Azure.Management.Automation.Models.ContentLink contentLink = default, Microsoft.Azure.Management.Automation.Models.ModuleErrorInfo error = default, DateTimeOffset creationTime = default, DateTimeOffset lastModifiedTime = default, string description = default, bool? isComposite = default, string etag = default);
new Microsoft.Azure.Management.Automation.Models.Module : string * string * string * System.Collections.Generic.IDictionary<string, string> * string * Nullable<bool> * string * Nullable<int64> * Nullable<int> * Nullable<Microsoft.Azure.Management.Automation.Models.ModuleProvisioningState> * Microsoft.Azure.Management.Automation.Models.ContentLink * Microsoft.Azure.Management.Automation.Models.ModuleErrorInfo * DateTimeOffset * DateTimeOffset * string * Nullable<bool> * string -> Microsoft.Azure.Management.Automation.Models.Module
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As String = Nothing, Optional isGlobal As Nullable(Of Boolean) = Nothing, Optional version As String = Nothing, Optional sizeInBytes As Nullable(Of Long) = Nothing, Optional activityCount As Nullable(Of Integer) = Nothing, Optional provisioningState As Nullable(Of ModuleProvisioningState) = Nothing, Optional contentLink As ContentLink = Nothing, Optional error As ModuleErrorInfo = Nothing, Optional creationTime As DateTimeOffset = Nothing, Optional lastModifiedTime As DateTimeOffset = Nothing, Optional description As String = Nothing, Optional isComposite As Nullable(Of Boolean) = Nothing, Optional etag As String = Nothing)

Parameters

id
String

Volledig gekwalificeerde resource-id voor de resource

name
String

De naam van de resource

type
String

Het type resource.

tags
IDictionary<String,String>

Resourcetags.

location
String

De Azure-regio waar de resource zich bevindt

isGlobal
Nullable<Boolean>

Hiermee wordt de vlag isGlobal van de module opgehaald of ingesteld.

version
String

Hiermee wordt de versie van de module opgehaald of ingesteld.

sizeInBytes
Nullable<Int64>

Hiermee wordt de grootte in bytes van de module opgehaald of ingesteld.

activityCount
Nullable<Int32>

Hiermee wordt het aantal activiteiten van de module opgehaald of ingesteld.

provisioningState
Nullable<ModuleProvisioningState>

Hiermee wordt de inrichtingsstatus van de module opgehaald of ingesteld. Mogelijke waarden zijn: 'Created', 'Creating', 'StartingImportModuleRunbook', 'RunningImportModuleRunbook', 'ContentRetrieved', 'ContentDownloaded', 'ContentValidated', 'ConnectionTypeImported', 'ContentStored', 'ModuleDataStored', 'ActivitiesStored', 'ModuleImportRunbookComplete', 'Succeeded', 'Failed', 'Cancelled', 'Updating'

contentLink
ContentLink

Hiermee wordt de contentLink van de module opgehaald of ingesteld.

error
ModuleErrorInfo

Hiermee wordt de foutinformatie van de module opgehaald of ingesteld.

creationTime
DateTimeOffset

Hiermee wordt de aanmaaktijd opgehaald of ingesteld.

lastModifiedTime
DateTimeOffset

Hiermee wordt de laatste wijzigingstijd opgehaald of ingesteld.

description
String

Hiermee wordt de beschrijving opgehaald of ingesteld.

isComposite
Nullable<Boolean>

Hiermee wordt het type module opgehaald of ingesteld, als het samengesteld is of niet.

etag
String

Hiermee wordt de etag van de resource opgehaald of ingesteld.

Van toepassing op