84 строки
6.1 KiB
YAML
84 строки
6.1 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.containerinstance.ContainerExecRequest"
|
|
fullName: "com.microsoft.azure.management.containerinstance.ContainerExecRequest"
|
|
name: "ContainerExecRequest"
|
|
nameWithType: "ContainerExecRequest"
|
|
summary: "The container exec request."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public class **ContainerExecRequest**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.containerinstance.ContainerExecRequest.ContainerExecRequest()"
|
|
fullName: "com.microsoft.azure.management.containerinstance.ContainerExecRequest.ContainerExecRequest()"
|
|
name: "ContainerExecRequest()"
|
|
nameWithType: "ContainerExecRequest.ContainerExecRequest()"
|
|
syntax: "public ContainerExecRequest()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.containerinstance.ContainerExecRequest.command()"
|
|
fullName: "com.microsoft.azure.management.containerinstance.ContainerExecRequest.command()"
|
|
name: "command()"
|
|
nameWithType: "ContainerExecRequest.command()"
|
|
summary: "Get the command to be executed."
|
|
syntax: "public String command()"
|
|
desc: "Get the command to be executed."
|
|
returns:
|
|
description: "the command value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerinstance.ContainerExecRequest.terminalSize()"
|
|
fullName: "com.microsoft.azure.management.containerinstance.ContainerExecRequest.terminalSize()"
|
|
name: "terminalSize()"
|
|
nameWithType: "ContainerExecRequest.terminalSize()"
|
|
summary: "Get the size of the terminal."
|
|
syntax: "public ContainerExecRequestTerminalSize terminalSize()"
|
|
desc: "Get the size of the terminal."
|
|
returns:
|
|
description: "the terminalSize value"
|
|
type: "<xref href=\"com.microsoft.azure.management.containerinstance.ContainerExecRequestTerminalSize?alt=com.microsoft.azure.management.containerinstance.ContainerExecRequestTerminalSize&text=ContainerExecRequestTerminalSize\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerinstance.ContainerExecRequest.withCommand(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.containerinstance.ContainerExecRequest.withCommand(String command)"
|
|
name: "withCommand(String command)"
|
|
nameWithType: "ContainerExecRequest.withCommand(String command)"
|
|
summary: "Set the command to be executed."
|
|
parameters:
|
|
- description: "the command value to set"
|
|
name: "command"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ContainerExecRequest withCommand(String command)"
|
|
desc: "Set the command to be executed."
|
|
returns:
|
|
description: "the ContainerExecRequest object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.containerinstance.ContainerExecRequest?alt=com.microsoft.azure.management.containerinstance.ContainerExecRequest&text=ContainerExecRequest\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerinstance.ContainerExecRequest.withTerminalSize(com.microsoft.azure.management.containerinstance.ContainerExecRequestTerminalSize)"
|
|
fullName: "com.microsoft.azure.management.containerinstance.ContainerExecRequest.withTerminalSize(ContainerExecRequestTerminalSize terminalSize)"
|
|
name: "withTerminalSize(ContainerExecRequestTerminalSize terminalSize)"
|
|
nameWithType: "ContainerExecRequest.withTerminalSize(ContainerExecRequestTerminalSize terminalSize)"
|
|
summary: "Set the size of the terminal."
|
|
parameters:
|
|
- description: "the terminalSize value to set"
|
|
name: "terminalSize"
|
|
type: "<xref href=\"com.microsoft.azure.management.containerinstance.ContainerExecRequestTerminalSize?alt=com.microsoft.azure.management.containerinstance.ContainerExecRequestTerminalSize&text=ContainerExecRequestTerminalSize\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ContainerExecRequest withTerminalSize(ContainerExecRequestTerminalSize terminalSize)"
|
|
desc: "Set the size of the terminal."
|
|
returns:
|
|
description: "the ContainerExecRequest object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.containerinstance.ContainerExecRequest?alt=com.microsoft.azure.management.containerinstance.ContainerExecRequest&text=ContainerExecRequest\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The container exec request."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.containerinstance"
|
|
artifact: com.microsoft.azure:azure-mgmt-containerinstance:1.41.4
|