157 строки
11 KiB
YAML
157 строки
11 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.scvmm.models.GuestAgents"
|
|
fullName: "com.azure.resourcemanager.scvmm.models.GuestAgents"
|
|
name: "GuestAgents"
|
|
nameWithType: "GuestAgents"
|
|
summary: "Resource collection API of Guest<wbr>Agents."
|
|
syntax: "public interface **GuestAgents**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.scvmm.models.GuestAgents.create(java.lang.String,com.azure.resourcemanager.scvmm.fluent.models.GuestAgentInner)"
|
|
fullName: "com.azure.resourcemanager.scvmm.models.GuestAgents.create(String resourceUri, GuestAgentInner resource)"
|
|
name: "create(String resourceUri, GuestAgentInner resource)"
|
|
nameWithType: "GuestAgents.create(String resourceUri, GuestAgentInner resource)"
|
|
summary: "Implements Guest<wbr>Agent PUT method."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The fully qualified Azure Resource manager identifier of the resource."
|
|
name: "resourceUri"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Resource create parameters."
|
|
name: "resource"
|
|
type: "<xref href=\"com.azure.resourcemanager.scvmm.fluent.models.GuestAgentInner?alt=com.azure.resourcemanager.scvmm.fluent.models.GuestAgentInner&text=GuestAgentInner\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract GuestAgent create(String resourceUri, GuestAgentInner resource)"
|
|
desc: "Implements GuestAgent PUT method. Create Or Update GuestAgent."
|
|
returns:
|
|
description: "defines the GuestAgent."
|
|
type: "<xref href=\"com.azure.resourcemanager.scvmm.models.GuestAgent?alt=com.azure.resourcemanager.scvmm.models.GuestAgent&text=GuestAgent\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.scvmm.models.GuestAgents.create(java.lang.String,com.azure.resourcemanager.scvmm.fluent.models.GuestAgentInner,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.scvmm.models.GuestAgents.create(String resourceUri, GuestAgentInner resource, Context context)"
|
|
name: "create(String resourceUri, GuestAgentInner resource, Context context)"
|
|
nameWithType: "GuestAgents.create(String resourceUri, GuestAgentInner resource, Context context)"
|
|
summary: "Implements Guest<wbr>Agent PUT method."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The fully qualified Azure Resource manager identifier of the resource."
|
|
name: "resourceUri"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Resource create parameters."
|
|
name: "resource"
|
|
type: "<xref href=\"com.azure.resourcemanager.scvmm.fluent.models.GuestAgentInner?alt=com.azure.resourcemanager.scvmm.fluent.models.GuestAgentInner&text=GuestAgentInner\" 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 GuestAgent create(String resourceUri, GuestAgentInner resource, Context context)"
|
|
desc: "Implements GuestAgent PUT method. Create Or Update GuestAgent."
|
|
returns:
|
|
description: "defines the GuestAgent."
|
|
type: "<xref href=\"com.azure.resourcemanager.scvmm.models.GuestAgent?alt=com.azure.resourcemanager.scvmm.models.GuestAgent&text=GuestAgent\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.scvmm.models.GuestAgents.delete(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.scvmm.models.GuestAgents.delete(String resourceUri)"
|
|
name: "delete(String resourceUri)"
|
|
nameWithType: "GuestAgents.delete(String resourceUri)"
|
|
summary: "Deletes a Guest<wbr>Agent resource."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The fully qualified Azure Resource manager identifier of the resource."
|
|
name: "resourceUri"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract void delete(String resourceUri)"
|
|
desc: "Deletes a GuestAgent resource. Implements GuestAgent DELETE method."
|
|
- uid: "com.azure.resourcemanager.scvmm.models.GuestAgents.deleteWithResponse(java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.scvmm.models.GuestAgents.deleteWithResponse(String resourceUri, Context context)"
|
|
name: "deleteWithResponse(String resourceUri, Context context)"
|
|
nameWithType: "GuestAgents.deleteWithResponse(String resourceUri, Context context)"
|
|
summary: "Deletes a Guest<wbr>Agent resource."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The fully qualified Azure Resource manager identifier of the resource."
|
|
name: "resourceUri"
|
|
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 resourceUri, Context context)"
|
|
desc: "Deletes a GuestAgent resource. Implements GuestAgent DELETE method."
|
|
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.scvmm.models.GuestAgents.get(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.scvmm.models.GuestAgents.get(String resourceUri)"
|
|
name: "get(String resourceUri)"
|
|
nameWithType: "GuestAgents.get(String resourceUri)"
|
|
summary: "Gets Guest<wbr>Agent."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The fully qualified Azure Resource manager identifier of the resource."
|
|
name: "resourceUri"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract GuestAgent get(String resourceUri)"
|
|
desc: "Gets GuestAgent. Implements GuestAgent GET method."
|
|
returns:
|
|
description: "defines the GuestAgent."
|
|
type: "<xref href=\"com.azure.resourcemanager.scvmm.models.GuestAgent?alt=com.azure.resourcemanager.scvmm.models.GuestAgent&text=GuestAgent\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.scvmm.models.GuestAgents.getWithResponse(java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.scvmm.models.GuestAgents.getWithResponse(String resourceUri, Context context)"
|
|
name: "getWithResponse(String resourceUri, Context context)"
|
|
nameWithType: "GuestAgents.getWithResponse(String resourceUri, Context context)"
|
|
summary: "Gets Guest<wbr>Agent."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The fully qualified Azure Resource manager identifier of the resource."
|
|
name: "resourceUri"
|
|
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<GuestAgent> getWithResponse(String resourceUri, Context context)"
|
|
desc: "Gets GuestAgent. Implements GuestAgent GET method."
|
|
returns:
|
|
description: "defines the GuestAgent 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.scvmm.models.GuestAgent?alt=com.azure.resourcemanager.scvmm.models.GuestAgent&text=GuestAgent\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.scvmm.models.GuestAgents.listByVirtualMachineInstance(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.scvmm.models.GuestAgents.listByVirtualMachineInstance(String resourceUri)"
|
|
name: "listByVirtualMachineInstance(String resourceUri)"
|
|
nameWithType: "GuestAgents.listByVirtualMachineInstance(String resourceUri)"
|
|
summary: "Implements GET Guest<wbr>Agent in a vm."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The fully qualified Azure Resource manager identifier of the resource."
|
|
name: "resourceUri"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedIterable<GuestAgent> listByVirtualMachineInstance(String resourceUri)"
|
|
desc: "Implements GET GuestAgent in a vm. Returns the list of GuestAgent of the given vm."
|
|
returns:
|
|
description: "the response of a GuestAgent 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.scvmm.models.GuestAgent?alt=com.azure.resourcemanager.scvmm.models.GuestAgent&text=GuestAgent\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.scvmm.models.GuestAgents.listByVirtualMachineInstance(java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.scvmm.models.GuestAgents.listByVirtualMachineInstance(String resourceUri, Context context)"
|
|
name: "listByVirtualMachineInstance(String resourceUri, Context context)"
|
|
nameWithType: "GuestAgents.listByVirtualMachineInstance(String resourceUri, Context context)"
|
|
summary: "Implements GET Guest<wbr>Agent in a vm."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The fully qualified Azure Resource manager identifier of the resource."
|
|
name: "resourceUri"
|
|
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<GuestAgent> listByVirtualMachineInstance(String resourceUri, Context context)"
|
|
desc: "Implements GET GuestAgent in a vm. Returns the list of GuestAgent of the given vm."
|
|
returns:
|
|
description: "the response of a GuestAgent 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.scvmm.models.GuestAgent?alt=com.azure.resourcemanager.scvmm.models.GuestAgent&text=GuestAgent\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "Resource collection API of GuestAgents."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.scvmm.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-scvmm:1.0.0
|