ArmHybridNetworkModelFactory.PublisherPropertiesFormat Method

Definition

Initializes a new instance of 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

Parameters

provisioningState
Nullable<ProvisioningState>

The provisioning state of the publisher resource.

scope
Nullable<PublisherScope>

The publisher scope.

Returns

A new PublisherPropertiesFormat instance for mocking.

Applies to