次の方法で共有


ArmHybridNetworkModelFactory.ArtifactManifestPropertiesFormat メソッド

定義

ArtifactManifestPropertiesFormat の新しいインスタンスを初期化します。

public static Azure.ResourceManager.HybridNetwork.Models.ArtifactManifestPropertiesFormat ArtifactManifestPropertiesFormat (Azure.ResourceManager.HybridNetwork.Models.ProvisioningState? provisioningState = default, Azure.ResourceManager.HybridNetwork.Models.ArtifactManifestState? artifactManifestState = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.HybridNetwork.Models.ManifestArtifactFormat> artifacts = default);
static member ArtifactManifestPropertiesFormat : Nullable<Azure.ResourceManager.HybridNetwork.Models.ProvisioningState> * Nullable<Azure.ResourceManager.HybridNetwork.Models.ArtifactManifestState> * seq<Azure.ResourceManager.HybridNetwork.Models.ManifestArtifactFormat> -> Azure.ResourceManager.HybridNetwork.Models.ArtifactManifestPropertiesFormat
Public Shared Function ArtifactManifestPropertiesFormat (Optional provisioningState As Nullable(Of ProvisioningState) = Nothing, Optional artifactManifestState As Nullable(Of ArtifactManifestState) = Nothing, Optional artifacts As IEnumerable(Of ManifestArtifactFormat) = Nothing) As ArtifactManifestPropertiesFormat

パラメーター

provisioningState
Nullable<ProvisioningState>

ArtifactManifest リソースのプロビジョニング状態。

artifactManifestState
Nullable<ArtifactManifestState>

成果物マニフェストの状態。

artifacts
IEnumerable<ManifestArtifactFormat>

成果物の一覧。

戻り値

モック作成用の新しい ArtifactManifestPropertiesFormat インスタンス。

適用対象