ArmHybridNetworkModelFactory.NetworkServiceDesignGroupPropertiesFormat 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 NetworkServiceDesignGroupPropertiesFormat.
public static Azure.ResourceManager.HybridNetwork.Models.NetworkServiceDesignGroupPropertiesFormat NetworkServiceDesignGroupPropertiesFormat (Azure.ResourceManager.HybridNetwork.Models.ProvisioningState? provisioningState = default, string description = default);
static member NetworkServiceDesignGroupPropertiesFormat : Nullable<Azure.ResourceManager.HybridNetwork.Models.ProvisioningState> * string -> Azure.ResourceManager.HybridNetwork.Models.NetworkServiceDesignGroupPropertiesFormat
Public Shared Function NetworkServiceDesignGroupPropertiesFormat (Optional provisioningState As Nullable(Of ProvisioningState) = Nothing, Optional description As String = Nothing) As NetworkServiceDesignGroupPropertiesFormat
Parameters
- provisioningState
- Nullable<ProvisioningState>
The provisioning state of the network service design groups resource.
- description
- String
The network service design group description.
Returns
A new NetworkServiceDesignGroupPropertiesFormat instance for mocking.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET