azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.m...

229 строки
16 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearning.models.Schedules"
fullName: "com.azure.resourcemanager.machinelearning.models.Schedules"
name: "Schedules"
nameWithType: "Schedules"
summary: "Resource collection API of Schedules."
syntax: "public interface **Schedules**"
methods:
- uid: "com.azure.resourcemanager.machinelearning.models.Schedules.define(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearning.models.Schedules.define(String name)"
name: "define(String name)"
nameWithType: "Schedules.define(String name)"
summary: "Begins definition for a new Schedule resource."
modifiers:
- "abstract"
parameters:
- description: "resource name."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Schedule.DefinitionStages.Blank define(String name)"
desc: "Begins definition for a new Schedule resource."
returns:
description: "the first stage of the new Schedule definition."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.Schedule.DefinitionStages.Blank?alt=com.azure.resourcemanager.machinelearning.models.Schedule.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.Schedules.delete(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearning.models.Schedules.delete(String resourceGroupName, String workspaceName, String name)"
name: "delete(String resourceGroupName, String workspaceName, String name)"
nameWithType: "Schedules.delete(String resourceGroupName, String workspaceName, String name)"
summary: "Delete schedule."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Schedule name."
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 workspaceName, String name)"
desc: "Delete schedule."
- uid: "com.azure.resourcemanager.machinelearning.models.Schedules.delete(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearning.models.Schedules.delete(String resourceGroupName, String workspaceName, String name, Context context)"
name: "delete(String resourceGroupName, String workspaceName, String name, Context context)"
nameWithType: "Schedules.delete(String resourceGroupName, String workspaceName, String name, Context context)"
summary: "Delete schedule."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Schedule name."
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 delete(String resourceGroupName, String workspaceName, String name, Context context)"
desc: "Delete schedule."
- uid: "com.azure.resourcemanager.machinelearning.models.Schedules.deleteById(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearning.models.Schedules.deleteById(String id)"
name: "deleteById(String id)"
nameWithType: "Schedules.deleteById(String id)"
summary: "Delete schedule."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void deleteById(String id)"
desc: "Delete schedule."
- uid: "com.azure.resourcemanager.machinelearning.models.Schedules.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearning.models.Schedules.deleteByIdWithResponse(String id, Context context)"
name: "deleteByIdWithResponse(String id, Context context)"
nameWithType: "Schedules.deleteByIdWithResponse(String id, Context context)"
summary: "Delete schedule."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
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 deleteByIdWithResponse(String id, Context context)"
desc: "Delete schedule."
- uid: "com.azure.resourcemanager.machinelearning.models.Schedules.get(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearning.models.Schedules.get(String resourceGroupName, String workspaceName, String name)"
name: "get(String resourceGroupName, String workspaceName, String name)"
nameWithType: "Schedules.get(String resourceGroupName, String workspaceName, String name)"
summary: "Get schedule."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Schedule name."
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 workspaceName, String name)"
desc: "Get schedule."
returns:
description: "schedule."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.Schedule?alt=com.azure.resourcemanager.machinelearning.models.Schedule&text=Schedule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.Schedules.getById(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearning.models.Schedules.getById(String id)"
name: "getById(String id)"
nameWithType: "Schedules.getById(String id)"
summary: "Get schedule."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Schedule getById(String id)"
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.resourcemanager.machinelearning.models.Schedule?alt=com.azure.resourcemanager.machinelearning.models.Schedule&text=Schedule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.Schedules.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearning.models.Schedules.getByIdWithResponse(String id, Context context)"
name: "getByIdWithResponse(String id, Context context)"
nameWithType: "Schedules.getByIdWithResponse(String id, Context context)"
summary: "Get schedule."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
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> getByIdWithResponse(String id, 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\" />&lt;<xref href=\"com.azure.resourcemanager.machinelearning.models.Schedule?alt=com.azure.resourcemanager.machinelearning.models.Schedule&text=Schedule\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearning.models.Schedules.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearning.models.Schedules.getWithResponse(String resourceGroupName, String workspaceName, String name, Context context)"
name: "getWithResponse(String resourceGroupName, String workspaceName, String name, Context context)"
nameWithType: "Schedules.getWithResponse(String resourceGroupName, String workspaceName, String name, Context context)"
summary: "Get schedule."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Schedule name."
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<Schedule> getWithResponse(String resourceGroupName, String workspaceName, String name, 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\" />&lt;<xref href=\"com.azure.resourcemanager.machinelearning.models.Schedule?alt=com.azure.resourcemanager.machinelearning.models.Schedule&text=Schedule\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearning.models.Schedules.list(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearning.models.Schedules.list(String resourceGroupName, String workspaceName)"
name: "list(String resourceGroupName, String workspaceName)"
nameWithType: "Schedules.list(String resourceGroupName, String workspaceName)"
summary: "List schedules in specified workspace."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
name: "workspaceName"
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 workspaceName)"
desc: "List schedules in specified workspace."
returns:
description: "a paginated list of Schedule entities 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\" />&lt;<xref href=\"com.azure.resourcemanager.machinelearning.models.Schedule?alt=com.azure.resourcemanager.machinelearning.models.Schedule&text=Schedule\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearning.models.Schedules.list(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.machinelearning.models.ScheduleListViewType,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearning.models.Schedules.list(String resourceGroupName, String workspaceName, String skip, ScheduleListViewType listViewType, Context context)"
name: "list(String resourceGroupName, String workspaceName, String skip, ScheduleListViewType listViewType, Context context)"
nameWithType: "Schedules.list(String resourceGroupName, String workspaceName, String skip, ScheduleListViewType listViewType, Context context)"
summary: "List schedules in specified workspace."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Continuation token for pagination."
name: "skip"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Status filter for schedule."
name: "listViewType"
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.ScheduleListViewType?alt=com.azure.resourcemanager.machinelearning.models.ScheduleListViewType&text=ScheduleListViewType\" 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 PagedIterable<Schedule> list(String resourceGroupName, String workspaceName, String skip, ScheduleListViewType listViewType, Context context)"
desc: "List schedules in specified workspace."
returns:
description: "a paginated list of Schedule entities 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\" />&lt;<xref href=\"com.azure.resourcemanager.machinelearning.models.Schedule?alt=com.azure.resourcemanager.machinelearning.models.Schedule&text=Schedule\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of Schedules."
metadata: {}
package: "com.azure.resourcemanager.machinelearning.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearning:1.1.0