ManagedRgConfiguration 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
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.ManagedRgConfigurationTypeConverter))]
public class ManagedRgConfiguration : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.IManagedRgConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.ManagedRgConfigurationTypeConverter))>]
type ManagedRgConfiguration = class
interface IManagedRgConfiguration
interface IJsonSerializable
Public Class ManagedRgConfiguration
Implements IManagedRgConfiguration
- Inheritance
-
ManagedRgConfiguration
- Attributes
- Implements
Constructors
ManagedRgConfiguration() |
Creates an new ManagedRgConfiguration instance. |
Properties
Name |
Managed resource group name |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ManagedRgConfiguration. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ManagedRgConfiguration. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.IManagedRgConfiguration. |
FromJsonString(String) |
Creates a new instance of ManagedRgConfiguration, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ManagedRgConfiguration into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |