DevOpsResourceSkuProperties Class

Definition

Properties of a ResourceSku.

public class DevOpsResourceSkuProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsResourceSkuProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsResourceSkuProperties>
type DevOpsResourceSkuProperties = class
    interface IJsonModel<DevOpsResourceSkuProperties>
    interface IPersistableModel<DevOpsResourceSkuProperties>
Public Class DevOpsResourceSkuProperties
Implements IJsonModel(Of DevOpsResourceSkuProperties), IPersistableModel(Of DevOpsResourceSkuProperties)
Inheritance
DevOpsResourceSkuProperties
Implements

Properties

Capabilities

Name value pairs to describe the capability.

Family

The family of the SKU.

LocationInfo

A list of locations and availability zones in those locations where the SKU is available.

Locations

The set of locations that the SKU is available.

ResourceType

The type of resource the SKU applies to.

Restrictions

The restrictions of the SKU.

Size

The size of the SKU.

Tier

The tier of virtual machines in a scale set.

Explicit Interface Implementations

IJsonModel<DevOpsResourceSkuProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DevOpsResourceSkuProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DevOpsResourceSkuProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DevOpsResourceSkuProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DevOpsResourceSkuProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to