Share via


ContainerGroupSubnetId Class

Definition

Container group subnet information.

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

Constructors

ContainerGroupSubnetId(ResourceIdentifier)

Initializes a new instance of ContainerGroupSubnetId.

Properties

Id

Resource ID of virtual network and subnet.

Name

Friendly name for the subnet.

Explicit Interface Implementations

IJsonModel<ContainerGroupSubnetId>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerGroupSubnetId>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerGroupSubnetId>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerGroupSubnetId>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerGroupSubnetId>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to