355 строки
26 KiB
YAML
355 строки
26 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.devtestlabs.models.Schedules"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.Schedules"
|
|
name: "Schedules"
|
|
nameWithType: "Schedules"
|
|
summary: "Resource collection API of Schedules."
|
|
syntax: "public interface **Schedules**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.devtestlabs.models.Schedules.createOrUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.devtestlabs.fluent.models.ScheduleInner)"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.Schedules.createOrUpdate(String resourceGroupName, String labName, String name, ScheduleInner schedule)"
|
|
name: "createOrUpdate(String resourceGroupName, String labName, String name, ScheduleInner schedule)"
|
|
nameWithType: "Schedules.createOrUpdate(String resourceGroupName, String labName, String name, ScheduleInner schedule)"
|
|
summary: "Create or replace an existing schedule."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the lab."
|
|
name: "labName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the schedule."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "A schedule."
|
|
name: "schedule"
|
|
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.ScheduleInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.ScheduleInner&text=ScheduleInner\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Schedule createOrUpdate(String resourceGroupName, String labName, String name, ScheduleInner schedule)"
|
|
desc: "Create or replace an existing schedule."
|
|
returns:
|
|
description: "a schedule."
|
|
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.Schedule?alt=com.azure.resourcemanager.devtestlabs.models.Schedule&text=Schedule\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.devtestlabs.models.Schedules.createOrUpdateWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.devtestlabs.fluent.models.ScheduleInner,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.Schedules.createOrUpdateWithResponse(String resourceGroupName, String labName, String name, ScheduleInner schedule, Context context)"
|
|
name: "createOrUpdateWithResponse(String resourceGroupName, String labName, String name, ScheduleInner schedule, Context context)"
|
|
nameWithType: "Schedules.createOrUpdateWithResponse(String resourceGroupName, String labName, String name, ScheduleInner schedule, Context context)"
|
|
summary: "Create or replace an existing schedule."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the lab."
|
|
name: "labName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the schedule."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "A schedule."
|
|
name: "schedule"
|
|
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.ScheduleInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.ScheduleInner&text=ScheduleInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Response<Schedule> createOrUpdateWithResponse(String resourceGroupName, String labName, String name, ScheduleInner schedule, Context context)"
|
|
desc: "Create or replace an existing schedule."
|
|
returns:
|
|
description: "a schedule along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.devtestlabs.models.Schedule?alt=com.azure.resourcemanager.devtestlabs.models.Schedule&text=Schedule\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.devtestlabs.models.Schedules.delete(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.Schedules.delete(String resourceGroupName, String labName, String name)"
|
|
name: "delete(String resourceGroupName, String labName, String name)"
|
|
nameWithType: "Schedules.delete(String resourceGroupName, String labName, String name)"
|
|
summary: "Delete schedule."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the lab."
|
|
name: "labName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the schedule."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract void delete(String resourceGroupName, String labName, String name)"
|
|
desc: "Delete schedule."
|
|
- uid: "com.azure.resourcemanager.devtestlabs.models.Schedules.deleteWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.Schedules.deleteWithResponse(String resourceGroupName, String labName, String name, Context context)"
|
|
name: "deleteWithResponse(String resourceGroupName, String labName, String name, Context context)"
|
|
nameWithType: "Schedules.deleteWithResponse(String resourceGroupName, String labName, String name, Context context)"
|
|
summary: "Delete schedule."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the lab."
|
|
name: "labName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the schedule."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Response<Void> deleteWithResponse(String resourceGroupName, String labName, String name, Context context)"
|
|
desc: "Delete schedule."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.devtestlabs.models.Schedules.execute(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.Schedules.execute(String resourceGroupName, String labName, String name)"
|
|
name: "execute(String resourceGroupName, String labName, String name)"
|
|
nameWithType: "Schedules.execute(String resourceGroupName, String labName, String name)"
|
|
summary: "Execute a schedule."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the lab."
|
|
name: "labName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the schedule."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract void execute(String resourceGroupName, String labName, String name)"
|
|
desc: "Execute a schedule. This operation can take a while to complete."
|
|
- uid: "com.azure.resourcemanager.devtestlabs.models.Schedules.execute(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.Schedules.execute(String resourceGroupName, String labName, String name, Context context)"
|
|
name: "execute(String resourceGroupName, String labName, String name, Context context)"
|
|
nameWithType: "Schedules.execute(String resourceGroupName, String labName, String name, Context context)"
|
|
summary: "Execute a schedule."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the lab."
|
|
name: "labName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the schedule."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract void execute(String resourceGroupName, String labName, String name, Context context)"
|
|
desc: "Execute a schedule. This operation can take a while to complete."
|
|
- uid: "com.azure.resourcemanager.devtestlabs.models.Schedules.get(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.Schedules.get(String resourceGroupName, String labName, String name)"
|
|
name: "get(String resourceGroupName, String labName, String name)"
|
|
nameWithType: "Schedules.get(String resourceGroupName, String labName, String name)"
|
|
summary: "Get schedule."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the lab."
|
|
name: "labName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the schedule."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Schedule get(String resourceGroupName, String labName, String name)"
|
|
desc: "Get schedule."
|
|
returns:
|
|
description: "schedule."
|
|
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.Schedule?alt=com.azure.resourcemanager.devtestlabs.models.Schedule&text=Schedule\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.devtestlabs.models.Schedules.getWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.Schedules.getWithResponse(String resourceGroupName, String labName, String name, String expand, Context context)"
|
|
name: "getWithResponse(String resourceGroupName, String labName, String name, String expand, Context context)"
|
|
nameWithType: "Schedules.getWithResponse(String resourceGroupName, String labName, String name, String expand, Context context)"
|
|
summary: "Get schedule."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the lab."
|
|
name: "labName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the schedule."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Specify the $expand query. Example: 'properties($select=status)'."
|
|
name: "expand"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Response<Schedule> getWithResponse(String resourceGroupName, String labName, String name, String expand, Context context)"
|
|
desc: "Get schedule."
|
|
returns:
|
|
description: "schedule along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.devtestlabs.models.Schedule?alt=com.azure.resourcemanager.devtestlabs.models.Schedule&text=Schedule\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.devtestlabs.models.Schedules.list(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.Schedules.list(String resourceGroupName, String labName)"
|
|
name: "list(String resourceGroupName, String labName)"
|
|
nameWithType: "Schedules.list(String resourceGroupName, String labName)"
|
|
summary: "List schedules in a given lab."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the lab."
|
|
name: "labName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedIterable<Schedule> list(String resourceGroupName, String labName)"
|
|
desc: "List schedules in a given lab."
|
|
returns:
|
|
description: "the response of a list operation as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.devtestlabs.models.Schedule?alt=com.azure.resourcemanager.devtestlabs.models.Schedule&text=Schedule\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.devtestlabs.models.Schedules.list(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.Schedules.list(String resourceGroupName, String labName, String expand, String filter, Integer top, String orderby, Context context)"
|
|
name: "list(String resourceGroupName, String labName, String expand, String filter, Integer top, String orderby, Context context)"
|
|
nameWithType: "Schedules.list(String resourceGroupName, String labName, String expand, String filter, Integer top, String orderby, Context context)"
|
|
summary: "List schedules in a given lab."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the lab."
|
|
name: "labName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Specify the $expand query. Example: 'properties($select=status)'."
|
|
name: "expand"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The filter to apply to the operation. Example: '$filter=contains(name,'myName')."
|
|
name: "filter"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The maximum number of resources to return from the operation. Example: '$top=10'."
|
|
name: "top"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
- description: "The ordering expression for the results, using OData notation. Example: '$orderby=name desc'."
|
|
name: "orderby"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract PagedIterable<Schedule> list(String resourceGroupName, String labName, String expand, String filter, Integer top, String orderby, Context context)"
|
|
desc: "List schedules in a given lab."
|
|
returns:
|
|
description: "the response of a list operation as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.devtestlabs.models.Schedule?alt=com.azure.resourcemanager.devtestlabs.models.Schedule&text=Schedule\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.devtestlabs.models.Schedules.listApplicable(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.Schedules.listApplicable(String resourceGroupName, String labName, String name)"
|
|
name: "listApplicable(String resourceGroupName, String labName, String name)"
|
|
nameWithType: "Schedules.listApplicable(String resourceGroupName, String labName, String name)"
|
|
summary: "Lists all applicable schedules."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the lab."
|
|
name: "labName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the schedule."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedIterable<Schedule> listApplicable(String resourceGroupName, String labName, String name)"
|
|
desc: "Lists all applicable schedules."
|
|
returns:
|
|
description: "the response of a list operation as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.devtestlabs.models.Schedule?alt=com.azure.resourcemanager.devtestlabs.models.Schedule&text=Schedule\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.devtestlabs.models.Schedules.listApplicable(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.Schedules.listApplicable(String resourceGroupName, String labName, String name, Context context)"
|
|
name: "listApplicable(String resourceGroupName, String labName, String name, Context context)"
|
|
nameWithType: "Schedules.listApplicable(String resourceGroupName, String labName, String name, Context context)"
|
|
summary: "Lists all applicable schedules."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the lab."
|
|
name: "labName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the schedule."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract PagedIterable<Schedule> listApplicable(String resourceGroupName, String labName, String name, Context context)"
|
|
desc: "Lists all applicable schedules."
|
|
returns:
|
|
description: "the response of a list operation as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.devtestlabs.models.Schedule?alt=com.azure.resourcemanager.devtestlabs.models.Schedule&text=Schedule\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.devtestlabs.models.Schedules.update(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.devtestlabs.models.ScheduleFragment)"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.Schedules.update(String resourceGroupName, String labName, String name, ScheduleFragment schedule)"
|
|
name: "update(String resourceGroupName, String labName, String name, ScheduleFragment schedule)"
|
|
nameWithType: "Schedules.update(String resourceGroupName, String labName, String name, ScheduleFragment schedule)"
|
|
summary: "Allows modifying tags of schedules."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the lab."
|
|
name: "labName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the schedule."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "A schedule."
|
|
name: "schedule"
|
|
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.ScheduleFragment?alt=com.azure.resourcemanager.devtestlabs.models.ScheduleFragment&text=ScheduleFragment\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Schedule update(String resourceGroupName, String labName, String name, ScheduleFragment schedule)"
|
|
desc: "Allows modifying tags of schedules. All other properties will be ignored."
|
|
returns:
|
|
description: "a schedule."
|
|
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.Schedule?alt=com.azure.resourcemanager.devtestlabs.models.Schedule&text=Schedule\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.devtestlabs.models.Schedules.updateWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.devtestlabs.models.ScheduleFragment,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.Schedules.updateWithResponse(String resourceGroupName, String labName, String name, ScheduleFragment schedule, Context context)"
|
|
name: "updateWithResponse(String resourceGroupName, String labName, String name, ScheduleFragment schedule, Context context)"
|
|
nameWithType: "Schedules.updateWithResponse(String resourceGroupName, String labName, String name, ScheduleFragment schedule, Context context)"
|
|
summary: "Allows modifying tags of schedules."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the lab."
|
|
name: "labName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the schedule."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "A schedule."
|
|
name: "schedule"
|
|
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.ScheduleFragment?alt=com.azure.resourcemanager.devtestlabs.models.ScheduleFragment&text=ScheduleFragment\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Response<Schedule> updateWithResponse(String resourceGroupName, String labName, String name, ScheduleFragment schedule, Context context)"
|
|
desc: "Allows modifying tags of schedules. All other properties will be ignored."
|
|
returns:
|
|
description: "a schedule along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.devtestlabs.models.Schedule?alt=com.azure.resourcemanager.devtestlabs.models.Schedule&text=Schedule\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "Resource collection API of Schedules."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.devtestlabs.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-devtestlabs:1.0.0
|