Class GetScheduleResult


  • public final class GetScheduleResult
    extends java.lang.Object
    • 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"