ArmHybridNetworkModelFactory.PublisherPropertiesFormat Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET