Share via


NetworkFabricSkuData Class

Definition

A class representing the NetworkFabricSku data model. The Network Fabric SKU resource definition.

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

Constructors

NetworkFabricSkuData()

Initializes a new instance of NetworkFabricSkuData.

Properties

Details

URL providing detailed configuration of the fabric SKU.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
MaxComputeRacks

Maximum number of compute racks available for this Network Fabric SKU. The value of max count racks is 4 for 4 rack SKU and 8 for 8 rack SKU.

MaximumServerCount

Maximum number of servers available for this Network Fabric SKU.

Name

The name of the resource.

(Inherited from ResourceData)
ProvisioningState

Provisioning state of the resource.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SupportedVersions

List of supported Network Fabric SKU versions.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
TypePropertiesType

Type of Network Fabric SKU.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<NetworkFabricSkuData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetworkFabricSkuData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkFabricSkuData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkFabricSkuData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkFabricSkuData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to