ManagedAzResiliencyStatus Class

Definition

Describes the result of the request to list Managed VM Sizes for Service Fabric Managed Clusters.

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

Properties

BaseResourceStatus

List of Managed VM Sizes for Service Fabric Managed Clusters.

IsClusterZoneResilient

URL to get the next set of Managed VM Sizes if there are any.

Explicit Interface Implementations

IJsonModel<ManagedAzResiliencyStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ManagedAzResiliencyStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ManagedAzResiliencyStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManagedAzResiliencyStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ManagedAzResiliencyStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to