Share via


ScriptContainerGroupSubnet Class

Definition

Container group subnet information.

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

Constructors

ScriptContainerGroupSubnet(ResourceIdentifier)

Initializes a new instance of ScriptContainerGroupSubnet.

Properties

Id

Resource ID of subnet.

Name

Friendly name for the subnet.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ScriptContainerGroupSubnet>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ScriptContainerGroupSubnet>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ScriptContainerGroupSubnet>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ScriptContainerGroupSubnet>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ScriptContainerGroupSubnet>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to