次の方法で共有


ArmHybridNetworkModelFactory.PublisherPropertiesFormat メソッド

定義

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

public static Azure.ResourceManager.HybridNetwork.Models.PublisherPropertiesFormat PublisherPropertiesFormat (Azure.ResourceManager.HybridNetwork.Models.ProvisioningState? provisioningState = default, Azure.ResourceManager.HybridNetwork.Models.PublisherScope? scope = default);
static member PublisherPropertiesFormat : Nullable<Azure.ResourceManager.HybridNetwork.Models.ProvisioningState> * Nullable<Azure.ResourceManager.HybridNetwork.Models.PublisherScope> -> Azure.ResourceManager.HybridNetwork.Models.PublisherPropertiesFormat
Public Shared Function PublisherPropertiesFormat (Optional provisioningState As Nullable(Of ProvisioningState) = Nothing, Optional scope As Nullable(Of PublisherScope) = Nothing) As PublisherPropertiesFormat

パラメーター

provisioningState
Nullable<ProvisioningState>

パブリッシャー リソースのプロビジョニング状態。

scope
Nullable<PublisherScope>

発行元のスコープ。

戻り値

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

適用対象