InterconnectBlockPatch Class

Definition

Specifies information about the Interconnect Block. Only tags and sku.capacity can be updated.

public class InterconnectBlockPatch : Azure.ResourceManager.Compute.Models.ComputeResourcePatch, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.InterconnectBlockPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.InterconnectBlockPatch>
type InterconnectBlockPatch = class
    inherit ComputeResourcePatch
    interface IJsonModel<InterconnectBlockPatch>
    interface IPersistableModel<InterconnectBlockPatch>
Public Class InterconnectBlockPatch
Inherits ComputeResourcePatch
Implements IJsonModel(Of InterconnectBlockPatch), IPersistableModel(Of InterconnectBlockPatch)
Inheritance
InterconnectBlockPatch
Implements

Constructors

Name Description
InterconnectBlockPatch()

Initializes a new instance of InterconnectBlockPatch.

Properties

Name Description
Sku

SKU of the resource for which capacity needs to be pre-allocated. Only sku.capacity is mutable; sku.name is immutable.

Tags

Resource tags.

(Inherited from ComputeResourcePatch)

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ComputeResourcePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from ComputeResourcePatch)
IJsonModel<ComputeResourcePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from ComputeResourcePatch)
IJsonModel<InterconnectBlockPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<InterconnectBlockPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<ComputeResourcePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from ComputeResourcePatch)
IPersistableModel<ComputeResourcePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from ComputeResourcePatch)
IPersistableModel<ComputeResourcePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from ComputeResourcePatch)
IPersistableModel<InterconnectBlockPatch>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<InterconnectBlockPatch>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<InterconnectBlockPatch>.Write(ModelReaderWriterOptions)

Applies to