azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

156 строки
10 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.containerinstance.Volume"
fullName: "com.microsoft.azure.management.containerinstance.Volume"
name: "Volume"
nameWithType: "Volume"
summary: "The properties of the volume."
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 **Volume**"
constructors:
- uid: "com.microsoft.azure.management.containerinstance.Volume.Volume()"
fullName: "com.microsoft.azure.management.containerinstance.Volume.Volume()"
name: "Volume()"
nameWithType: "Volume.Volume()"
syntax: "public Volume()"
methods:
- uid: "com.microsoft.azure.management.containerinstance.Volume.azureFile()"
fullName: "com.microsoft.azure.management.containerinstance.Volume.azureFile()"
name: "azureFile()"
nameWithType: "Volume.azureFile()"
summary: "Get the Azure File volume."
syntax: "public AzureFileVolume azureFile()"
desc: "Get the Azure File volume."
returns:
description: "the azureFile value"
type: "<xref href=\"com.microsoft.azure.management.containerinstance.AzureFileVolume?alt=com.microsoft.azure.management.containerinstance.AzureFileVolume&text=AzureFileVolume\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.Volume.emptyDir()"
fullName: "com.microsoft.azure.management.containerinstance.Volume.emptyDir()"
name: "emptyDir()"
nameWithType: "Volume.emptyDir()"
summary: "Get the empty directory volume."
syntax: "public Object emptyDir()"
desc: "Get the empty directory volume."
returns:
description: "the emptyDir value"
type: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.Volume.gitRepo()"
fullName: "com.microsoft.azure.management.containerinstance.Volume.gitRepo()"
name: "gitRepo()"
nameWithType: "Volume.gitRepo()"
summary: "Get the git repo volume."
syntax: "public GitRepoVolume gitRepo()"
desc: "Get the git repo volume."
returns:
description: "the gitRepo value"
type: "<xref href=\"com.microsoft.azure.management.containerinstance.GitRepoVolume?alt=com.microsoft.azure.management.containerinstance.GitRepoVolume&text=GitRepoVolume\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.Volume.name()"
fullName: "com.microsoft.azure.management.containerinstance.Volume.name()"
name: "name()"
nameWithType: "Volume.name()"
summary: "Get the name of the volume."
syntax: "public String name()"
desc: "Get the name of the volume."
returns:
description: "the name 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.Volume.secret()"
fullName: "com.microsoft.azure.management.containerinstance.Volume.secret()"
name: "secret()"
nameWithType: "Volume.secret()"
summary: "Get the secret volume."
syntax: "public Map<String,String> secret()"
desc: "Get the secret volume."
returns:
description: "the secret value"
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.containerinstance.Volume.withAzureFile(com.microsoft.azure.management.containerinstance.AzureFileVolume)"
fullName: "com.microsoft.azure.management.containerinstance.Volume.withAzureFile(AzureFileVolume azureFile)"
name: "withAzureFile(AzureFileVolume azureFile)"
nameWithType: "Volume.withAzureFile(AzureFileVolume azureFile)"
summary: "Set the Azure File volume."
parameters:
- description: "the azureFile value to set"
name: "azureFile"
type: "<xref href=\"com.microsoft.azure.management.containerinstance.AzureFileVolume?alt=com.microsoft.azure.management.containerinstance.AzureFileVolume&text=AzureFileVolume\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Volume withAzureFile(AzureFileVolume azureFile)"
desc: "Set the Azure File volume."
returns:
description: "the Volume object itself."
type: "<xref href=\"com.microsoft.azure.management.containerinstance.Volume?alt=com.microsoft.azure.management.containerinstance.Volume&text=Volume\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.Volume.withEmptyDir(java.lang.Object)"
fullName: "com.microsoft.azure.management.containerinstance.Volume.withEmptyDir(Object emptyDir)"
name: "withEmptyDir(Object emptyDir)"
nameWithType: "Volume.withEmptyDir(Object emptyDir)"
summary: "Set the empty directory volume."
parameters:
- description: "the emptyDir value to set"
name: "emptyDir"
type: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Volume withEmptyDir(Object emptyDir)"
desc: "Set the empty directory volume."
returns:
description: "the Volume object itself."
type: "<xref href=\"com.microsoft.azure.management.containerinstance.Volume?alt=com.microsoft.azure.management.containerinstance.Volume&text=Volume\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.Volume.withGitRepo(com.microsoft.azure.management.containerinstance.GitRepoVolume)"
fullName: "com.microsoft.azure.management.containerinstance.Volume.withGitRepo(GitRepoVolume gitRepo)"
name: "withGitRepo(GitRepoVolume gitRepo)"
nameWithType: "Volume.withGitRepo(GitRepoVolume gitRepo)"
summary: "Set the git repo volume."
parameters:
- description: "the gitRepo value to set"
name: "gitRepo"
type: "<xref href=\"com.microsoft.azure.management.containerinstance.GitRepoVolume?alt=com.microsoft.azure.management.containerinstance.GitRepoVolume&text=GitRepoVolume\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Volume withGitRepo(GitRepoVolume gitRepo)"
desc: "Set the git repo volume."
returns:
description: "the Volume object itself."
type: "<xref href=\"com.microsoft.azure.management.containerinstance.Volume?alt=com.microsoft.azure.management.containerinstance.Volume&text=Volume\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.Volume.withName(java.lang.String)"
fullName: "com.microsoft.azure.management.containerinstance.Volume.withName(String name)"
name: "withName(String name)"
nameWithType: "Volume.withName(String name)"
summary: "Set the name of the volume."
parameters:
- description: "the name value to set"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Volume withName(String name)"
desc: "Set the name of the volume."
returns:
description: "the Volume object itself."
type: "<xref href=\"com.microsoft.azure.management.containerinstance.Volume?alt=com.microsoft.azure.management.containerinstance.Volume&text=Volume\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerinstance.Volume.withSecret(java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.microsoft.azure.management.containerinstance.Volume.withSecret(Map<String,String> secret)"
name: "withSecret(Map<String,String> secret)"
nameWithType: "Volume.withSecret(Map<String,String> secret)"
summary: "Set the secret volume."
parameters:
- description: "the secret value to set"
name: "secret"
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public Volume withSecret(Map<String,String> secret)"
desc: "Set the secret volume."
returns:
description: "the Volume object itself."
type: "<xref href=\"com.microsoft.azure.management.containerinstance.Volume?alt=com.microsoft.azure.management.containerinstance.Volume&text=Volume\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The properties of the volume."
metadata: {}
package: "com.microsoft.azure.management.containerinstance"
artifact: com.microsoft.azure:azure-mgmt-containerinstance:1.41.4