INetworkFabricSkuProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkFabricSkuPropertiesTypeConverter))]
public interface INetworkFabricSkuProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkFabricSkuPropertiesTypeConverter))>]
type INetworkFabricSkuProperties = interface
interface IJsonSerializable
Public Interface INetworkFabricSkuProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| Detail |
URL providing detailed configuration of the fabric SKU. |
| 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. |
| ProvisioningState |
Provisioning state of the resource. |
| SupportedVersion |
List of supported Network Fabric SKU versions. |
| Type |
Type of Network Fabric SKU. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |