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.
Managed Resource Group configuration properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ManagedResourceGroupConfigurationTypeConverter))]
public class ManagedResourceGroupConfiguration : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IManagedResourceGroupConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ManagedResourceGroupConfigurationTypeConverter))>]
type ManagedResourceGroupConfiguration = class
interface IManagedResourceGroupConfiguration
interface IJsonSerializable
Public Class ManagedResourceGroupConfiguration
Implements IManagedResourceGroupConfiguration
- Inheritance
-
ManagedResourceGroupConfiguration
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ManagedResourceGroupConfiguration() |
Creates an new ManagedResourceGroupConfiguration instance. |
Properties
| Name | Description |
|---|---|
| Location |
Managed resource group location. |
| Name |
The NFC service will be hosted in a Managed resource group. |
Methods
| Name | Description |
|---|---|
| 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.ManagedNetworkFabric.Models.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() | |