Dela via


CustomRolloutData Class

Definition

A class representing the CustomRollout data model. Rollout details.

public class CustomRolloutData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ProviderHub.CustomRolloutData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ProviderHub.CustomRolloutData>
public class CustomRolloutData : Azure.ResourceManager.Models.ResourceData
type CustomRolloutData = class
    inherit ResourceData
    interface IJsonModel<CustomRolloutData>
    interface IPersistableModel<CustomRolloutData>
type CustomRolloutData = class
    inherit ResourceData
Public Class CustomRolloutData
Inherits ResourceData
Implements IJsonModel(Of CustomRolloutData), IPersistableModel(Of CustomRolloutData)
Public Class CustomRolloutData
Inherits ResourceData
Inheritance
CustomRolloutData
Implements

Constructors

CustomRolloutData(CustomRolloutProperties)

Initializes a new instance of CustomRolloutData.

Properties

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Name

The name of the resource.

(Inherited from ResourceData)
Properties

Properties of the rollout.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<CustomRolloutData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CustomRolloutData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CustomRolloutData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CustomRolloutData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CustomRolloutData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to