共用方式為


ContainerServiceMaintenanceConfiguration Class

Definition

ContainerServiceMaintenanceConfiguration.

public class ContainerServiceMaintenanceConfiguration : Azure.Provisioning.Primitives.ProvisionableResource
type ContainerServiceMaintenanceConfiguration = class
    inherit ProvisionableResource
Public Class ContainerServiceMaintenanceConfiguration
Inherits ProvisionableResource
Inheritance

Constructors

ContainerServiceMaintenanceConfiguration(String, String)

Creates a new ContainerServiceMaintenanceConfiguration.

Properties

Id

Gets the Id.

MaintenanceWindow

Maintenance window for the maintenance configuration.

Name

The name of the maintenance configuration.

NotAllowedTimes

Time slots on which upgrade is not allowed.

Parent

Gets or sets a reference to the parent ContainerServiceManagedCluster.

SystemData

Gets the SystemData.

TimesInWeek

If two array entries specify the same day of the week, the applied configuration is the union of times in both entries.

Methods

DefineProvisionableProperties()

Define all the provisionable properties of ContainerServiceMaintenanceConfiguration.

FromExisting(String, String)

Creates a reference to an existing ContainerServiceMaintenanceConfiguration.

GetResources()

Get any resources represented by this object. This will typically only be the object itself for everything but Infrastructure.

(Inherited from Provisionable)
Resolve(ProvisioningContext)

Resolve any resources or properties that were not explicitly specified.

(Inherited from Provisionable)
Validate(ProvisioningContext)

Validate the presence of any required members.

(Inherited from Provisionable)

Applies to