QosPolicyOverrides 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.QosPolicyOverridesTypeConverter))]
public class QosPolicyOverrides : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IQosPolicyOverrides
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.QosPolicyOverridesTypeConverter))>]
type QosPolicyOverrides = class
interface IQosPolicyOverrides
interface IJsonSerializable
Public Class QosPolicyOverrides
Implements IQosPolicyOverrides
- Inheritance
-
QosPolicyOverrides
- Attributes
- Implements
Constructors
QosPolicyOverrides() |
Creates an new QosPolicyOverrides instance. |
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. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of QosPolicyOverrides. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of QosPolicyOverrides. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IQosPolicyOverrides. |
FromJsonString(String) |
Creates a new instance of QosPolicyOverrides, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of QosPolicyOverrides into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |