ArmNetworkCloudModelFactory.ManagedResourceGroupConfiguration 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.
public static Azure.ResourceManager.NetworkCloud.Models.ManagedResourceGroupConfiguration ManagedResourceGroupConfiguration(Azure.Core.AzureLocation? location = default, string name = default);
static member ManagedResourceGroupConfiguration : Nullable<Azure.Core.AzureLocation> * string -> Azure.ResourceManager.NetworkCloud.Models.ManagedResourceGroupConfiguration
Public Shared Function ManagedResourceGroupConfiguration (Optional location As Nullable(Of AzureLocation) = Nothing, Optional name As String = Nothing) As ManagedResourceGroupConfiguration
Parameters
- location
- Nullable<AzureLocation>
The location of the managed resource group. If not specified, the location of the parent resource is chosen.
- name
- String
The name for the managed resource group. If not specified, the unique name is automatically generated.
Returns
A new ManagedResourceGroupConfiguration instance for mocking.