다음을 통해 공유


OccurrenceExtensionProperties Class

Definition

The properties of the occurrence extension.

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

Properties

ErrorDetails

Error details for the resource. Only populated if resource is in failed state.

NotificationSettings

The desired notification settings for the specified resource.

ProvisioningState

The current state of the resource.

ResourceId

The ARM Id of the resource. "subscriptions/{subId}/resourceGroups/{rgName}/providers/Microsoft.Compute/virtualMachines/{vmName}"

ScheduledActionId

The arm identifier of the scheduled action the occurrence belongs to.

ScheduledOn

The time the occurrence is scheduled for the resource. Specified in UTC.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<OccurrenceExtensionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<OccurrenceExtensionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OccurrenceExtensionProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OccurrenceExtensionProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<OccurrenceExtensionProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to