Udostępnij przez


ManagedRgConfiguration Class

Definition

Managed resource group configuration

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.ManagedRgConfigurationTypeConverter))]
public class ManagedRgConfiguration : Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.IManagedRgConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.ManagedRgConfigurationTypeConverter))>]
type ManagedRgConfiguration = class
    interface IManagedRgConfiguration
    interface IJsonSerializable
Public Class ManagedRgConfiguration
Implements IManagedRgConfiguration
Inheritance
ManagedRgConfiguration
Attributes
Implements

Constructors

Name Description
ManagedRgConfiguration()

Creates an new ManagedRgConfiguration instance.

Properties

Name Description
Name

Managed resource group name

Methods

Name Description
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.SapVirtualInstance.Models.Api20231001Preview.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()

Applies to