NetworkFabricSkuProperties 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.
Network Fabric SKU Properties define properties of the resource.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkFabricSkuPropertiesTypeConverter))]
public class NetworkFabricSkuProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INetworkFabricSkuProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkFabricSkuPropertiesTypeConverter))>]
type NetworkFabricSkuProperties = class
interface INetworkFabricSkuProperties
interface IJsonSerializable
Public Class NetworkFabricSkuProperties
Implements INetworkFabricSkuProperties
- Inheritance
-
NetworkFabricSkuProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| NetworkFabricSkuProperties() |
Creates an new NetworkFabricSkuProperties instance. |
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 |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of NetworkFabricSkuProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of NetworkFabricSkuProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INetworkFabricSkuProperties. |
| FromJsonString(String) |
Creates a new instance of NetworkFabricSkuProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of NetworkFabricSkuProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |