DeploymentSettingQosPolicyOverrides 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.
The QoSPolicyOverrides of a cluster.
public class DeploymentSettingQosPolicyOverrides : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Hci.Models.DeploymentSettingQosPolicyOverrides>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Hci.Models.DeploymentSettingQosPolicyOverrides>
type DeploymentSettingQosPolicyOverrides = class
interface IJsonModel<DeploymentSettingQosPolicyOverrides>
interface IPersistableModel<DeploymentSettingQosPolicyOverrides>
Public Class DeploymentSettingQosPolicyOverrides
Implements IJsonModel(Of DeploymentSettingQosPolicyOverrides), IPersistableModel(Of DeploymentSettingQosPolicyOverrides)
- Inheritance
-
DeploymentSettingQosPolicyOverrides
- Implements
Constructors
DeploymentSettingQosPolicyOverrides() |
Initializes a new instance of DeploymentSettingQosPolicyOverrides. |
Properties
BandwidthPercentageSmb |
This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation. |
PriorityValue8021ActionCluster |
This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation. |
PriorityValue8021ActionSmb |
This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation. |
Explicit Interface Implementations
IJsonModel<DeploymentSettingQosPolicyOverrides>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DeploymentSettingQosPolicyOverrides>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DeploymentSettingQosPolicyOverrides>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DeploymentSettingQosPolicyOverrides>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DeploymentSettingQosPolicyOverrides>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET