ScheduledActionOccurrenceExtensionProperties Class

Definition

The properties of the occurrence extension.

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

Properties

Name Description
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

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ScheduledActionOccurrenceExtensionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<ScheduledActionOccurrenceExtensionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<ScheduledActionOccurrenceExtensionProperties>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<ScheduledActionOccurrenceExtensionProperties>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<ScheduledActionOccurrenceExtensionProperties>.Write(ModelReaderWriterOptions)

Applies to