ArmNetworkCloudModelFactory.ManagedResourceGroupConfiguration Method

Definition

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.

Applies to