Module クラス

定義

モジュールの種類の定義。

public class Module : Microsoft.Azure.Management.Automation.Models.ResourceBase
[Microsoft.Rest.Serialization.JsonTransformation]
public class Module : Microsoft.Azure.Management.Automation.Models.TrackedResource
type Module = class
    inherit ResourceBase
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Module = class
    inherit TrackedResource
Public Class Module
Inherits ResourceBase
Public Class Module
Inherits TrackedResource
継承
継承
属性

コンストラクター

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 クラスの新しいインスタンスを初期化します。

プロパティ

ActivityCount

モジュールのアクティビティ数を取得または設定します。

ContentLink

モジュールの contentLink を取得または設定します。

CreationTime

作成時刻を取得または設定します。

Description

説明を取得または設定します。

Error

モジュールのエラー情報を取得または設定します。

Etag

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

Etag

モジュールの種類の定義。

(継承元 ResourceBase)
Id

モジュールの種類の定義。

(継承元 ResourceBase)
Id

リソースの完全修飾リソース ID を取得します

(継承元 Resource)
IsComposite

複合モジュールの場合は、モジュールの種類を取得または設定します。

IsGlobal

モジュールの isGlobal フラグを取得または設定します。

LastModifiedTime

最終変更時刻を取得または設定します。

Location

モジュールの種類の定義。

(継承元 ResourceBase)
Location

リソースが格納されている Azure リージョンを取得または設定します

(継承元 TrackedResource)
Name

モジュールの種類の定義。

(継承元 ResourceBase)
Name

リソースの名前を取得します

(継承元 Resource)
Properties

モジュールの種類の定義。

ProvisioningState

モジュールのプロビジョニング状態を取得または設定します。 指定できる値は、'Created'、'Creating'、'StartingImportModuleRunbook'、'RunningImportModuleRunbook'、'ContentRetrieved'、'ContentDownloaded'、'ContentValidated'、'ConnectionTypeImported'、'ContentStored'、'ModuleDataStored'、'ActivitiesStored'、'ModuleImportRunbookComplete'、'Succeeded'、'Failed'、'Cancelled'、'Updating' です。

SizeInBytes

モジュールのサイズをバイト単位で取得または設定します。

Tags

モジュールの種類の定義。

(継承元 ResourceBase)
Tags

リソース タグを取得または設定します。

(継承元 TrackedResource)
Type

モジュールの種類の定義。

(継承元 ResourceBase)
Type

リソースの種類を取得します。

(継承元 Resource)
Version

モジュールのバージョンを取得または設定します。

メソッド

Validate()

オブジェクトを検証します。

適用対象