108 строки
7.0 KiB
YAML
108 строки
7.0 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.containerinstance.VolumeMount"
|
|
fullName: "com.microsoft.azure.management.containerinstance.VolumeMount"
|
|
name: "VolumeMount"
|
|
nameWithType: "VolumeMount"
|
|
summary: "The properties of the volume mount."
|
|
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 **VolumeMount**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.containerinstance.VolumeMount.VolumeMount()"
|
|
fullName: "com.microsoft.azure.management.containerinstance.VolumeMount.VolumeMount()"
|
|
name: "VolumeMount()"
|
|
nameWithType: "VolumeMount.VolumeMount()"
|
|
syntax: "public VolumeMount()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.containerinstance.VolumeMount.mountPath()"
|
|
fullName: "com.microsoft.azure.management.containerinstance.VolumeMount.mountPath()"
|
|
name: "mountPath()"
|
|
nameWithType: "VolumeMount.mountPath()"
|
|
summary: "Get the path within the container where the volume should be mounted."
|
|
syntax: "public String mountPath()"
|
|
desc: "Get the path within the container where the volume should be mounted. Must not contain colon (:)."
|
|
returns:
|
|
description: "the mountPath 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.VolumeMount.name()"
|
|
fullName: "com.microsoft.azure.management.containerinstance.VolumeMount.name()"
|
|
name: "name()"
|
|
nameWithType: "VolumeMount.name()"
|
|
summary: "Get the name of the volume mount."
|
|
syntax: "public String name()"
|
|
desc: "Get the name of the volume mount."
|
|
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.VolumeMount.readOnly()"
|
|
fullName: "com.microsoft.azure.management.containerinstance.VolumeMount.readOnly()"
|
|
name: "readOnly()"
|
|
nameWithType: "VolumeMount.readOnly()"
|
|
summary: "Get the flag indicating whether the volume mount is read-only."
|
|
syntax: "public Boolean readOnly()"
|
|
desc: "Get the flag indicating whether the volume mount is read-only."
|
|
returns:
|
|
description: "the readOnly value"
|
|
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerinstance.VolumeMount.withMountPath(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.containerinstance.VolumeMount.withMountPath(String mountPath)"
|
|
name: "withMountPath(String mountPath)"
|
|
nameWithType: "VolumeMount.withMountPath(String mountPath)"
|
|
summary: "Set the path within the container where the volume should be mounted."
|
|
parameters:
|
|
- description: "the mountPath value to set"
|
|
name: "mountPath"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public VolumeMount withMountPath(String mountPath)"
|
|
desc: "Set the path within the container where the volume should be mounted. Must not contain colon (:)."
|
|
returns:
|
|
description: "the VolumeMount object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.containerinstance.VolumeMount?alt=com.microsoft.azure.management.containerinstance.VolumeMount&text=VolumeMount\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerinstance.VolumeMount.withName(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.containerinstance.VolumeMount.withName(String name)"
|
|
name: "withName(String name)"
|
|
nameWithType: "VolumeMount.withName(String name)"
|
|
summary: "Set the name of the volume mount."
|
|
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 VolumeMount withName(String name)"
|
|
desc: "Set the name of the volume mount."
|
|
returns:
|
|
description: "the VolumeMount object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.containerinstance.VolumeMount?alt=com.microsoft.azure.management.containerinstance.VolumeMount&text=VolumeMount\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerinstance.VolumeMount.withReadOnly(java.lang.Boolean)"
|
|
fullName: "com.microsoft.azure.management.containerinstance.VolumeMount.withReadOnly(Boolean readOnly)"
|
|
name: "withReadOnly(Boolean readOnly)"
|
|
nameWithType: "VolumeMount.withReadOnly(Boolean readOnly)"
|
|
summary: "Set the flag indicating whether the volume mount is read-only."
|
|
parameters:
|
|
- description: "the readOnly value to set"
|
|
name: "readOnly"
|
|
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public VolumeMount withReadOnly(Boolean readOnly)"
|
|
desc: "Set the flag indicating whether the volume mount is read-only."
|
|
returns:
|
|
description: "the VolumeMount object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.containerinstance.VolumeMount?alt=com.microsoft.azure.management.containerinstance.VolumeMount&text=VolumeMount\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The properties of the volume mount."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.containerinstance"
|
|
artifact: com.microsoft.azure:azure-mgmt-containerinstance:1.41.4
|