223 строки
15 KiB
YAML
223 строки
15 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.storagemover.models.Agents"
|
|
fullName: "com.azure.resourcemanager.storagemover.models.Agents"
|
|
name: "Agents"
|
|
nameWithType: "Agents"
|
|
summary: "Resource collection API of Agents."
|
|
syntax: "public interface **Agents**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.storagemover.models.Agents.define(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.storagemover.models.Agents.define(String name)"
|
|
name: "define(String name)"
|
|
nameWithType: "Agents.define(String name)"
|
|
summary: "Begins definition for a new Agent 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 Agent.DefinitionStages.Blank define(String name)"
|
|
desc: "Begins definition for a new Agent resource."
|
|
returns:
|
|
description: "the first stage of the new Agent definition."
|
|
type: "<xref href=\"com.azure.resourcemanager.storagemover.models.Agent.DefinitionStages.Blank?alt=com.azure.resourcemanager.storagemover.models.Agent.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.storagemover.models.Agents.delete(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.storagemover.models.Agents.delete(String resourceGroupName, String storageMoverName, String agentName)"
|
|
name: "delete(String resourceGroupName, String storageMoverName, String agentName)"
|
|
nameWithType: "Agents.delete(String resourceGroupName, String storageMoverName, String agentName)"
|
|
summary: "Deletes an Agent resource."
|
|
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: "The name of the Storage Mover resource."
|
|
name: "storageMoverName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the Agent resource."
|
|
name: "agentName"
|
|
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 storageMoverName, String agentName)"
|
|
desc: "Deletes an Agent resource."
|
|
- uid: "com.azure.resourcemanager.storagemover.models.Agents.delete(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.storagemover.models.Agents.delete(String resourceGroupName, String storageMoverName, String agentName, Context context)"
|
|
name: "delete(String resourceGroupName, String storageMoverName, String agentName, Context context)"
|
|
nameWithType: "Agents.delete(String resourceGroupName, String storageMoverName, String agentName, Context context)"
|
|
summary: "Deletes an Agent resource."
|
|
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: "The name of the Storage Mover resource."
|
|
name: "storageMoverName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the Agent resource."
|
|
name: "agentName"
|
|
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 storageMoverName, String agentName, Context context)"
|
|
desc: "Deletes an Agent resource."
|
|
- uid: "com.azure.resourcemanager.storagemover.models.Agents.deleteById(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.storagemover.models.Agents.deleteById(String id)"
|
|
name: "deleteById(String id)"
|
|
nameWithType: "Agents.deleteById(String id)"
|
|
summary: "Deletes an Agent resource."
|
|
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: "Deletes an Agent resource."
|
|
- uid: "com.azure.resourcemanager.storagemover.models.Agents.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.storagemover.models.Agents.deleteByIdWithResponse(String id, Context context)"
|
|
name: "deleteByIdWithResponse(String id, Context context)"
|
|
nameWithType: "Agents.deleteByIdWithResponse(String id, Context context)"
|
|
summary: "Deletes an Agent resource."
|
|
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: "Deletes an Agent resource."
|
|
- uid: "com.azure.resourcemanager.storagemover.models.Agents.get(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.storagemover.models.Agents.get(String resourceGroupName, String storageMoverName, String agentName)"
|
|
name: "get(String resourceGroupName, String storageMoverName, String agentName)"
|
|
nameWithType: "Agents.get(String resourceGroupName, String storageMoverName, String agentName)"
|
|
summary: "Gets an Agent resource."
|
|
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: "The name of the Storage Mover resource."
|
|
name: "storageMoverName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the Agent resource."
|
|
name: "agentName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Agent get(String resourceGroupName, String storageMoverName, String agentName)"
|
|
desc: "Gets an Agent resource."
|
|
returns:
|
|
description: "an Agent resource."
|
|
type: "<xref href=\"com.azure.resourcemanager.storagemover.models.Agent?alt=com.azure.resourcemanager.storagemover.models.Agent&text=Agent\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.storagemover.models.Agents.getById(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.storagemover.models.Agents.getById(String id)"
|
|
name: "getById(String id)"
|
|
nameWithType: "Agents.getById(String id)"
|
|
summary: "Gets an Agent resource."
|
|
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 Agent getById(String id)"
|
|
desc: "Gets an Agent resource."
|
|
returns:
|
|
description: "an Agent resource 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.storagemover.models.Agent?alt=com.azure.resourcemanager.storagemover.models.Agent&text=Agent\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.storagemover.models.Agents.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.storagemover.models.Agents.getByIdWithResponse(String id, Context context)"
|
|
name: "getByIdWithResponse(String id, Context context)"
|
|
nameWithType: "Agents.getByIdWithResponse(String id, Context context)"
|
|
summary: "Gets an Agent resource."
|
|
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<Agent> getByIdWithResponse(String id, Context context)"
|
|
desc: "Gets an Agent resource."
|
|
returns:
|
|
description: "an Agent resource 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.storagemover.models.Agent?alt=com.azure.resourcemanager.storagemover.models.Agent&text=Agent\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.storagemover.models.Agents.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.storagemover.models.Agents.getWithResponse(String resourceGroupName, String storageMoverName, String agentName, Context context)"
|
|
name: "getWithResponse(String resourceGroupName, String storageMoverName, String agentName, Context context)"
|
|
nameWithType: "Agents.getWithResponse(String resourceGroupName, String storageMoverName, String agentName, Context context)"
|
|
summary: "Gets an Agent resource."
|
|
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: "The name of the Storage Mover resource."
|
|
name: "storageMoverName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the Agent resource."
|
|
name: "agentName"
|
|
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<Agent> getWithResponse(String resourceGroupName, String storageMoverName, String agentName, Context context)"
|
|
desc: "Gets an Agent resource."
|
|
returns:
|
|
description: "an Agent resource 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.storagemover.models.Agent?alt=com.azure.resourcemanager.storagemover.models.Agent&text=Agent\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.storagemover.models.Agents.list(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.storagemover.models.Agents.list(String resourceGroupName, String storageMoverName)"
|
|
name: "list(String resourceGroupName, String storageMoverName)"
|
|
nameWithType: "Agents.list(String resourceGroupName, String storageMoverName)"
|
|
summary: "Lists all Agents in a Storage Mover."
|
|
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: "The name of the Storage Mover resource."
|
|
name: "storageMoverName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedIterable<Agent> list(String resourceGroupName, String storageMoverName)"
|
|
desc: "Lists all Agents in a Storage Mover."
|
|
returns:
|
|
description: "list of Agents 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.storagemover.models.Agent?alt=com.azure.resourcemanager.storagemover.models.Agent&text=Agent\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.storagemover.models.Agents.list(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.storagemover.models.Agents.list(String resourceGroupName, String storageMoverName, Context context)"
|
|
name: "list(String resourceGroupName, String storageMoverName, Context context)"
|
|
nameWithType: "Agents.list(String resourceGroupName, String storageMoverName, Context context)"
|
|
summary: "Lists all Agents in a Storage Mover."
|
|
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: "The name of the Storage Mover resource."
|
|
name: "storageMoverName"
|
|
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<Agent> list(String resourceGroupName, String storageMoverName, Context context)"
|
|
desc: "Lists all Agents in a Storage Mover."
|
|
returns:
|
|
description: "list of Agents 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.storagemover.models.Agent?alt=com.azure.resourcemanager.storagemover.models.Agent&text=Agent\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "Resource collection API of Agents."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.storagemover.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-storagemover:1.0.0
|