次の方法で共有


ComputeFleetOSImageNotificationProfile Class

Definition

Specifies OS Image Scheduled Event related configurations.

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

Constructors

ComputeFleetOSImageNotificationProfile()

Initializes a new instance of ComputeFleetOSImageNotificationProfile.

Properties

IsEnabled

Specifies whether the OS Image Scheduled event is enabled or disabled.

NotBeforeTimeout

Length of time a Virtual Machine being reimaged or having its OS upgraded will have to potentially approve the OS Image Scheduled Event before the event is auto approved (timed out). The configuration is specified in ISO 8601 format, and the value must not exceed 15 minutes (PT15M)

Explicit Interface Implementations

IJsonModel<ComputeFleetOSImageNotificationProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ComputeFleetOSImageNotificationProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ComputeFleetOSImageNotificationProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ComputeFleetOSImageNotificationProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ComputeFleetOSImageNotificationProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to