ScalingPlanPatch 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.
Scaling plan properties that can be patched.
public class ScalingPlanPatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DesktopVirtualization.Models.ScalingPlanPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DesktopVirtualization.Models.ScalingPlanPatch>
type ScalingPlanPatch = class
interface IJsonModel<ScalingPlanPatch>
interface IPersistableModel<ScalingPlanPatch>
Public Class ScalingPlanPatch
Implements IJsonModel(Of ScalingPlanPatch), IPersistableModel(Of ScalingPlanPatch)
- Inheritance
-
ScalingPlanPatch
- Implements
Constructors
ScalingPlanPatch() |
Initializes a new instance of ScalingPlanPatch. |
Properties
Description |
Description of scaling plan. |
ExclusionTag |
Exclusion tag for scaling plan. |
FriendlyName |
User friendly name of scaling plan. |
HostPoolReferences |
List of ScalingHostPoolReference definitions. |
Schedules |
List of ScalingSchedule definitions. |
Tags |
tags to be updated. |
TimeZone |
Timezone of the scaling plan. |
Explicit Interface Implementations
IJsonModel<ScalingPlanPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ScalingPlanPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ScalingPlanPatch>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ScalingPlanPatch>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ScalingPlanPatch>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET