Uses of Class
com.azure.resourcemanager.devcenter.models.EnableStatus
Package
Description
Package containing the inner data models for DevCenterManagementClient.
Package containing the data models for DevCenterManagementClient.
-
Uses of EnableStatus in com.azure.resourcemanager.devcenter.fluent.models
Modifier and TypeMethodDescriptionScheduleInner.state()
Get the state property: Indicates whether or not this scheduled task is enabled.ScheduleUpdateProperties.state()
Get the state property: Indicates whether or not this scheduled task is enabled.ProjectEnvironmentTypeInner.status()
Get the status property: Defines whether this Environment Type can be used in this Project.ProjectEnvironmentTypeUpdateProperties.status()
Get the status property: Defines whether this Environment Type can be used in this Project.Modifier and TypeMethodDescriptionScheduleInner.withState
(EnableStatus state) Set the state property: Indicates whether or not this scheduled task is enabled.ScheduleProperties.withState
(EnableStatus state) Set the state property: Indicates whether or not this scheduled task is enabled.ScheduleUpdateProperties.withState
(EnableStatus state) Set the state property: Indicates whether or not this scheduled task is enabled.ProjectEnvironmentTypeInner.withStatus
(EnableStatus status) Set the status property: Defines whether this Environment Type can be used in this Project.ProjectEnvironmentTypeProperties.withStatus
(EnableStatus status) Set the status property: Defines whether this Environment Type can be used in this Project.ProjectEnvironmentTypeUpdateProperties.withStatus
(EnableStatus status) Set the status property: Defines whether this Environment Type can be used in this Project. -
Uses of EnableStatus in com.azure.resourcemanager.devcenter.models
Modifier and TypeFieldDescriptionstatic final EnableStatus
EnableStatus.DISABLED
Static value Disabled for EnableStatus.static final EnableStatus
EnableStatus.ENABLED
Static value Enabled for EnableStatus.Modifier and TypeMethodDescriptionstatic EnableStatus
EnableStatus.fromString
(String name) Creates or finds a EnableStatus from its string representation.Schedule.state()
Gets the state property: Indicates whether or not this scheduled task is enabled.ScheduleUpdate.state()
Get the state property: Indicates whether or not this scheduled task is enabled.ProjectEnvironmentType.status()
Gets the status property: Defines whether this Environment Type can be used in this Project.ProjectEnvironmentTypeUpdate.status()
Get the status property: Defines whether this Environment Type can be used in this Project.Modifier and TypeMethodDescriptionstatic Collection<EnableStatus>
EnableStatus.values()
Gets known EnableStatus values.Modifier and TypeMethodDescriptionSchedule.DefinitionStages.WithState.withState
(EnableStatus state) Specifies the state property: Indicates whether or not this scheduled task is enabled..Schedule.UpdateStages.WithState.withState
(EnableStatus state) Specifies the state property: Indicates whether or not this scheduled task is enabled..ScheduleUpdate.withState
(EnableStatus state) Set the state property: Indicates whether or not this scheduled task is enabled.ProjectEnvironmentType.DefinitionStages.WithStatus.withStatus
(EnableStatus status) Specifies the status property: Defines whether this Environment Type can be used in this Project..ProjectEnvironmentType.UpdateStages.WithStatus.withStatus
(EnableStatus status) Specifies the status property: Defines whether this Environment Type can be used in this Project..ProjectEnvironmentTypeUpdate.withStatus
(EnableStatus status) Set the status property: Defines whether this Environment Type can be used in this Project.