Dela via


ResourceGroupValue Class

Definition

Represents an Azure resource group.

public class ResourceGroupValue : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Blueprint.Models.ResourceGroupValue>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Blueprint.Models.ResourceGroupValue>
type ResourceGroupValue = class
    interface IJsonModel<ResourceGroupValue>
    interface IPersistableModel<ResourceGroupValue>
Public Class ResourceGroupValue
Implements IJsonModel(Of ResourceGroupValue), IPersistableModel(Of ResourceGroupValue)
Inheritance
ResourceGroupValue
Implements

Constructors

ResourceGroupValue()

Initializes a new instance of ResourceGroupValue.

Properties

Location

Location of the resource group.

Name

Name of the resource group.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ResourceGroupValue>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ResourceGroupValue>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ResourceGroupValue>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ResourceGroupValue>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ResourceGroupValue>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to