NetAppRegionInfo Class

Definition

Provides region specific information.

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

Properties

AvailabilityZoneMappings

Provides logical availability zone mappings for the subscription for a region.

StorageToNetworkProximity

Provides storage to network proximity information in the region.

Explicit Interface Implementations

IJsonModel<NetAppRegionInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetAppRegionInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetAppRegionInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetAppRegionInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetAppRegionInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to