다음을 통해 공유


Module 생성자

정의

오버로드

Module()

Module 클래스의 새 인스턴스를 초기화합니다.

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)

Module 클래스의 새 인스턴스를 초기화합니다.

Module()

Module 클래스의 새 인스턴스를 초기화합니다.

public Module ();
Public Sub New ()

적용 대상

Module 클래스의 새 인스턴스를 초기화합니다.

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)

매개 변수

id
String

리소스에 대한 정규화된 리소스 ID

name
String

리소스의 이름입니다.

type
String

리소스 형식입니다.

tags
IDictionary<String,String>

리소스 태그.

location
String

리소스가 있는 Azure 지역

isGlobal
Nullable<Boolean>

모듈의 isGlobal 플래그를 가져오거나 설정합니다.

version
String

모듈의 버전을 가져오거나 설정합니다.

sizeInBytes
Nullable<Int64>

모듈의 크기(바이트)를 가져오거나 설정합니다.

activityCount
Nullable<Int32>

모듈의 작업 수를 가져오거나 설정합니다.

provisioningState
Nullable<ModuleProvisioningState>

모듈의 프로비전 상태를 가져오거나 설정합니다. 가능한 값은 'Created', 'Creating', 'StartingImportModuleRunbook', 'RunningImportModuleRunbook', 'ContentRetrieved', 'ContentDownloaded', 'ContentValidated', 'ConnectionTypeImported', 'ContentStored', 'ModuleDataStored', 'ActivitiesStored', 'ModuleImportRunbookComplete', 'Succeeded', 'Failed', 'Canceled', 'Updating'

contentLink
ContentLink

모듈의 contentLink를 가져오거나 설정합니다.

error
ModuleErrorInfo

모듈의 오류 정보를 가져오거나 설정합니다.

creationTime
DateTimeOffset

생성 시간을 가져오거나 설정합니다.

lastModifiedTime
DateTimeOffset

마지막으로 수정한 시간을 가져오거나 설정합니다.

description
String

설명을 가져오거나 설정합니다.

isComposite
Nullable<Boolean>

모듈의 복합 여부인 경우 모듈의 형식을 가져오거나 설정합니다.

etag
String

리소스의 etag를 가져오거나 설정합니다.

적용 대상