ManagedResourceGroupConfiguration Class
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.
ManagedResourceGroupConfiguration represents the configuration of the resource group managed by Azure.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.ManagedResourceGroupConfigurationTypeConverter))]
public class ManagedResourceGroupConfiguration : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IManagedResourceGroupConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.ManagedResourceGroupConfigurationTypeConverter))>]
type ManagedResourceGroupConfiguration = class
interface IManagedResourceGroupConfiguration
interface IJsonSerializable
Public Class ManagedResourceGroupConfiguration
Implements IManagedResourceGroupConfiguration
- Inheritance
-
ManagedResourceGroupConfiguration
- Attributes
- Implements
Constructors
ManagedResourceGroupConfiguration() |
Creates an new ManagedResourceGroupConfiguration instance. |
Properties
Location |
The location of the managed resource group. If not specified, the location of the parent resource is chosen. |
Name |
The name for the managed resource group. If not specified, the unique name is automatically generated. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ManagedResourceGroupConfiguration. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ManagedResourceGroupConfiguration. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IManagedResourceGroupConfiguration. |
FromJsonString(String) |
Creates a new instance of ManagedResourceGroupConfiguration, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ManagedResourceGroupConfiguration into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |