ApplicableSchedule Interface

public interface ApplicableSchedule

An immutable client-side representation of ApplicableSchedule.

Method Summary

Modifier and Type Method and Description
abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract ApplicableScheduleInner innerModel()

Gets the inner com.azure.resourcemanager.devtestlabs.fluent.models.ApplicableScheduleInner object.

abstract Schedule labVmsShutdown()

Gets the labVmsShutdown property: The auto-shutdown schedule, if one has been set at the lab or lab resource level.

abstract Schedule labVmsStartup()

Gets the labVmsStartup property: The auto-startup schedule, if one has been set at the lab or lab resource level.

abstract String location()

Gets the location property: The geo-location where the resource lives.

abstract String name()

Gets the name property: The name of the resource.

abstract Map<String,String> tags()

Gets the tags property: Resource tags.

abstract String type()

Gets the type property: The type of the resource.

Method Details

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract ApplicableScheduleInner innerModel()

Gets the inner com.azure.resourcemanager.devtestlabs.fluent.models.ApplicableScheduleInner object.

Returns:

the inner object.

labVmsShutdown

public abstract Schedule labVmsShutdown()

Gets the labVmsShutdown property: The auto-shutdown schedule, if one has been set at the lab or lab resource level.

Returns:

the labVmsShutdown value.

labVmsStartup

public abstract Schedule labVmsStartup()

Gets the labVmsStartup property: The auto-startup schedule, if one has been set at the lab or lab resource level.

Returns:

the labVmsStartup value.

location

public abstract String location()

Gets the location property: The geo-location where the resource lives.

Returns:

the location value.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

tags

public abstract Map tags()

Gets the tags property: Resource tags.

Returns:

the tags value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

Applies to