223 строки
16 KiB
YAML
223 строки
16 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.networkcloud.models.Consoles"
|
|
fullName: "com.azure.resourcemanager.networkcloud.models.Consoles"
|
|
name: "Consoles"
|
|
nameWithType: "Consoles"
|
|
summary: "Resource collection API of Consoles."
|
|
syntax: "public interface **Consoles**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.networkcloud.models.Consoles.define(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.networkcloud.models.Consoles.define(String name)"
|
|
name: "define(String name)"
|
|
nameWithType: "Consoles.define(String name)"
|
|
summary: "Begins definition for a new Console 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 Console.DefinitionStages.Blank define(String name)"
|
|
desc: "Begins definition for a new Console resource."
|
|
returns:
|
|
description: "the first stage of the new Console definition."
|
|
type: "<xref href=\"com.azure.resourcemanager.networkcloud.models.Console.DefinitionStages.Blank?alt=com.azure.resourcemanager.networkcloud.models.Console.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.networkcloud.models.Consoles.delete(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.networkcloud.models.Consoles.delete(String resourceGroupName, String virtualMachineName, String consoleName)"
|
|
name: "delete(String resourceGroupName, String virtualMachineName, String consoleName)"
|
|
nameWithType: "Consoles.delete(String resourceGroupName, String virtualMachineName, String consoleName)"
|
|
summary: "Delete the virtual machine console."
|
|
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 virtual machine."
|
|
name: "virtualMachineName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the virtual machine console."
|
|
name: "consoleName"
|
|
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 virtualMachineName, String consoleName)"
|
|
desc: "Delete the virtual machine console.\n\nDelete the provided virtual machine console."
|
|
- uid: "com.azure.resourcemanager.networkcloud.models.Consoles.delete(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.networkcloud.models.Consoles.delete(String resourceGroupName, String virtualMachineName, String consoleName, Context context)"
|
|
name: "delete(String resourceGroupName, String virtualMachineName, String consoleName, Context context)"
|
|
nameWithType: "Consoles.delete(String resourceGroupName, String virtualMachineName, String consoleName, Context context)"
|
|
summary: "Delete the virtual machine console."
|
|
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 virtual machine."
|
|
name: "virtualMachineName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the virtual machine console."
|
|
name: "consoleName"
|
|
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 virtualMachineName, String consoleName, Context context)"
|
|
desc: "Delete the virtual machine console.\n\nDelete the provided virtual machine console."
|
|
- uid: "com.azure.resourcemanager.networkcloud.models.Consoles.deleteById(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.networkcloud.models.Consoles.deleteById(String id)"
|
|
name: "deleteById(String id)"
|
|
nameWithType: "Consoles.deleteById(String id)"
|
|
summary: "Delete the virtual machine console."
|
|
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 the virtual machine console.\n\nDelete the provided virtual machine console."
|
|
- uid: "com.azure.resourcemanager.networkcloud.models.Consoles.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.networkcloud.models.Consoles.deleteByIdWithResponse(String id, Context context)"
|
|
name: "deleteByIdWithResponse(String id, Context context)"
|
|
nameWithType: "Consoles.deleteByIdWithResponse(String id, Context context)"
|
|
summary: "Delete the virtual machine console."
|
|
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 the virtual machine console.\n\nDelete the provided virtual machine console."
|
|
- uid: "com.azure.resourcemanager.networkcloud.models.Consoles.get(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.networkcloud.models.Consoles.get(String resourceGroupName, String virtualMachineName, String consoleName)"
|
|
name: "get(String resourceGroupName, String virtualMachineName, String consoleName)"
|
|
nameWithType: "Consoles.get(String resourceGroupName, String virtualMachineName, String consoleName)"
|
|
summary: "Retrieve the virtual machine console."
|
|
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 virtual machine."
|
|
name: "virtualMachineName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the virtual machine console."
|
|
name: "consoleName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Console get(String resourceGroupName, String virtualMachineName, String consoleName)"
|
|
desc: "Retrieve the virtual machine console.\n\nGet properties of the provided virtual machine console."
|
|
returns:
|
|
description: "properties of the provided virtual machine console."
|
|
type: "<xref href=\"com.azure.resourcemanager.networkcloud.models.Console?alt=com.azure.resourcemanager.networkcloud.models.Console&text=Console\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.networkcloud.models.Consoles.getById(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.networkcloud.models.Consoles.getById(String id)"
|
|
name: "getById(String id)"
|
|
nameWithType: "Consoles.getById(String id)"
|
|
summary: "Retrieve the virtual machine console."
|
|
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 Console getById(String id)"
|
|
desc: "Retrieve the virtual machine console.\n\nGet properties of the provided virtual machine console."
|
|
returns:
|
|
description: "properties of the provided virtual machine console 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.networkcloud.models.Console?alt=com.azure.resourcemanager.networkcloud.models.Console&text=Console\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.networkcloud.models.Consoles.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.networkcloud.models.Consoles.getByIdWithResponse(String id, Context context)"
|
|
name: "getByIdWithResponse(String id, Context context)"
|
|
nameWithType: "Consoles.getByIdWithResponse(String id, Context context)"
|
|
summary: "Retrieve the virtual machine console."
|
|
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<Console> getByIdWithResponse(String id, Context context)"
|
|
desc: "Retrieve the virtual machine console.\n\nGet properties of the provided virtual machine console."
|
|
returns:
|
|
description: "properties of the provided virtual machine console 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.networkcloud.models.Console?alt=com.azure.resourcemanager.networkcloud.models.Console&text=Console\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.networkcloud.models.Consoles.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.networkcloud.models.Consoles.getWithResponse(String resourceGroupName, String virtualMachineName, String consoleName, Context context)"
|
|
name: "getWithResponse(String resourceGroupName, String virtualMachineName, String consoleName, Context context)"
|
|
nameWithType: "Consoles.getWithResponse(String resourceGroupName, String virtualMachineName, String consoleName, Context context)"
|
|
summary: "Retrieve the virtual machine console."
|
|
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 virtual machine."
|
|
name: "virtualMachineName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the virtual machine console."
|
|
name: "consoleName"
|
|
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<Console> getWithResponse(String resourceGroupName, String virtualMachineName, String consoleName, Context context)"
|
|
desc: "Retrieve the virtual machine console.\n\nGet properties of the provided virtual machine console."
|
|
returns:
|
|
description: "properties of the provided virtual machine console 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.networkcloud.models.Console?alt=com.azure.resourcemanager.networkcloud.models.Console&text=Console\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.networkcloud.models.Consoles.listByVirtualMachine(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.networkcloud.models.Consoles.listByVirtualMachine(String resourceGroupName, String virtualMachineName)"
|
|
name: "listByVirtualMachine(String resourceGroupName, String virtualMachineName)"
|
|
nameWithType: "Consoles.listByVirtualMachine(String resourceGroupName, String virtualMachineName)"
|
|
summary: "List consoles of the virtual machine."
|
|
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 virtual machine."
|
|
name: "virtualMachineName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedIterable<Console> listByVirtualMachine(String resourceGroupName, String virtualMachineName)"
|
|
desc: "List consoles of the virtual machine.\n\nGet a list of consoles for the provided virtual machine."
|
|
returns:
|
|
description: "a list of consoles for the provided virtual machine 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.networkcloud.models.Console?alt=com.azure.resourcemanager.networkcloud.models.Console&text=Console\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.networkcloud.models.Consoles.listByVirtualMachine(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.networkcloud.models.Consoles.listByVirtualMachine(String resourceGroupName, String virtualMachineName, Context context)"
|
|
name: "listByVirtualMachine(String resourceGroupName, String virtualMachineName, Context context)"
|
|
nameWithType: "Consoles.listByVirtualMachine(String resourceGroupName, String virtualMachineName, Context context)"
|
|
summary: "List consoles of the virtual machine."
|
|
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 virtual machine."
|
|
name: "virtualMachineName"
|
|
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<Console> listByVirtualMachine(String resourceGroupName, String virtualMachineName, Context context)"
|
|
desc: "List consoles of the virtual machine.\n\nGet a list of consoles for the provided virtual machine."
|
|
returns:
|
|
description: "a list of consoles for the provided virtual machine 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.networkcloud.models.Console?alt=com.azure.resourcemanager.networkcloud.models.Console&text=Console\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "Resource collection API of Consoles."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.networkcloud.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-networkcloud:1.0.0
|