WorkflowVersion クラス

定義

ワークフローのバージョン。

[Microsoft.Rest.Serialization.JsonTransformation]
public class WorkflowVersion : Microsoft.Azure.Management.Logic.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type WorkflowVersion = class
    inherit Resource
Public Class WorkflowVersion
Inherits Resource
継承
WorkflowVersion
属性

コンストラクター

WorkflowVersion()

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

WorkflowVersion(String, String, String, String, IDictionary<String, String>, Nullable<DateTime>, Nullable<DateTime>, String, String, String, Sku, ResourceReference, Object, IDictionary<String,WorkflowParameter>)

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

プロパティ

AccessEndpoint

アクセス エンドポイントを取得します。

ChangedTime

変更された時刻を取得します。

CreatedTime

作成された時刻を取得します。

Definition

定義を取得または設定します。

Id

リソース ID を取得します。

(継承元 Resource)
IntegrationAccount

統合アカウントを取得または設定します。

Location

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

(継承元 Resource)
Name

リソース名を取得します。

(継承元 Resource)
Parameters

パラメーターを取得または設定します。

Sku

SKU を取得または設定します。

State

状態を取得または設定します。 指定できる値は、'NotSpecified'、'Completed'、'Enabled'、'Disabled'、'Deleted'、'Suspended' です。

Tags

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

(継承元 Resource)
Type

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

(継承元 Resource)
Version

バージョンを取得します。

メソッド

Validate()

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

適用対象