次の方法で共有


ArmHybridNetworkModelFactory.ProxyArtifactOverviewPropertiesValue メソッド

定義

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

public static Azure.ResourceManager.HybridNetwork.Models.ProxyArtifactOverviewPropertiesValue ProxyArtifactOverviewPropertiesValue (Azure.ResourceManager.HybridNetwork.Models.ArtifactType? artifactType = default, string artifactVersion = default, Azure.ResourceManager.HybridNetwork.Models.ArtifactState? artifactState = default);
static member ProxyArtifactOverviewPropertiesValue : Nullable<Azure.ResourceManager.HybridNetwork.Models.ArtifactType> * string * Nullable<Azure.ResourceManager.HybridNetwork.Models.ArtifactState> -> Azure.ResourceManager.HybridNetwork.Models.ProxyArtifactOverviewPropertiesValue
Public Shared Function ProxyArtifactOverviewPropertiesValue (Optional artifactType As Nullable(Of ArtifactType) = Nothing, Optional artifactVersion As String = Nothing, Optional artifactState As Nullable(Of ArtifactState) = Nothing) As ProxyArtifactOverviewPropertiesValue

パラメーター

artifactType
Nullable<ArtifactType>

成果物の種類。

artifactVersion
String

成果物のバージョン。

artifactState
Nullable<ArtifactState>

成果物の状態。

戻り値

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

適用対象