ArmHybridNetworkModelFactory.PublisherPropertiesFormat メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 インスタンス。