Class GetScheduleResult
- java.lang.Object
-
- com.pulumi.azurenative.devcenter.outputs.GetScheduleResult
-
public final class GetScheduleResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetScheduleResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetScheduleResult.Builder
builder()
static GetScheduleResult.Builder
builder(GetScheduleResult defaults)
java.lang.String
frequency()
java.lang.String
id()
java.lang.String
name()
java.lang.String
provisioningState()
java.util.Optional<java.lang.String>
state()
SystemDataResponse
systemData()
java.lang.String
time()
java.lang.String
timeZone()
java.lang.String
type()
-
-
-
Method Detail
-
frequency
public java.lang.String frequency()
- Returns:
- The frequency of this scheduled task.
-
id
public java.lang.String id()
- Returns:
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
-
name
public java.lang.String name()
- Returns:
- The name of the resource
-
provisioningState
public java.lang.String provisioningState()
- Returns:
- The provisioning state of the resource.
-
state
public java.util.Optional<java.lang.String> state()
- Returns:
- Indicates whether or not this scheduled task is enabled.
-
systemData
public SystemDataResponse systemData()
- Returns:
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
-
time
public java.lang.String time()
- Returns:
- The target time to trigger the action. The format is HH:MM.
-
timeZone
public java.lang.String timeZone()
- Returns:
- The IANA timezone id at which the schedule should execute.
-
type
public java.lang.String type()
- Returns:
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
-
builder
public static GetScheduleResult.Builder builder()
-
builder
public static GetScheduleResult.Builder builder(GetScheduleResult defaults)
-
-