NetworkFabricSkuData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class representing the NetworkFabricSku data model. The Network Fabric SKU resource definition.
public class NetworkFabricSkuData : Azure.ResourceManager.Models.ResourceData
type NetworkFabricSkuData = class
inherit ResourceData
Public Class NetworkFabricSkuData
Inherits ResourceData
- Inheritance
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) | (Inherited from ResourceData) |
Applies to
Azure SDK for .NET