ResourceTypeSkuCapacity 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 ResourceTypeSkuCapacity.
public class ResourceTypeSkuCapacity : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ProviderHub.Models.ResourceTypeSkuCapacity>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ProviderHub.Models.ResourceTypeSkuCapacity>
public class ResourceTypeSkuCapacity
type ResourceTypeSkuCapacity = class
interface IJsonModel<ResourceTypeSkuCapacity>
interface IPersistableModel<ResourceTypeSkuCapacity>
type ResourceTypeSkuCapacity = class
Public Class ResourceTypeSkuCapacity
Implements IJsonModel(Of ResourceTypeSkuCapacity), IPersistableModel(Of ResourceTypeSkuCapacity)
Public Class ResourceTypeSkuCapacity
- Inheritance
-
ResourceTypeSkuCapacity
- Implements
Constructors
ResourceTypeSkuCapacity(Int32) |
Initializes a new instance of ResourceTypeSkuCapacity. |
Properties
Default |
Gets or sets the default. |
Maximum |
Gets or sets the maximum. |
Minimum |
Gets or sets the minimum. |
ScaleType |
Gets or sets the scale type. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ResourceTypeSkuCapacity>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ResourceTypeSkuCapacity>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ResourceTypeSkuCapacity>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ResourceTypeSkuCapacity>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ResourceTypeSkuCapacity>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET