NetworkFabricSku Class

Definition

The Network Fabric SKU resource definition.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkFabricSkuTypeConverter))]
public class NetworkFabricSku : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INetworkFabricSku, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkFabricSkuTypeConverter))>]
type NetworkFabricSku = class
    interface INetworkFabricSku
    interface IJsonSerializable
    interface IProxyResource
    interface IResource
    interface IValidates
Public Class NetworkFabricSku
Implements INetworkFabricSku, IValidates
Inheritance
NetworkFabricSku
Attributes
Implements

Constructors

Name Description
NetworkFabricSku()

Creates an new NetworkFabricSku instance.

Properties

Name Description
Detail

URL providing detailed configuration of the fabric SKU.

Id

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

MaxComputeRack

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

PropertiesType

Type of Network Fabric SKU.

ProvisioningState

Provisioning state of the resource.

ResourceGroupName

Gets the resource group name

SupportedVersion

List of supported Network Fabric SKU versions.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Type

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

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NetworkFabricSku.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NetworkFabricSku.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INetworkFabricSku.

FromJsonString(String)

Creates a new instance of NetworkFabricSku, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of NetworkFabricSku into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to