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

132 строки
9.3 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.containerinstance.AzureFileVolume"
fullName: "com.microsoft.azure.management.containerinstance.AzureFileVolume"
name: "AzureFileVolume"
nameWithType: "AzureFileVolume"
summary: "The properties of the Azure File 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 **AzureFileVolume**"
constructors:
- uid: "com.microsoft.azure.management.containerinstance.AzureFileVolume.AzureFileVolume()"
fullName: "com.microsoft.azure.management.containerinstance.AzureFileVolume.AzureFileVolume()"
name: "AzureFileVolume()"
nameWithType: "AzureFileVolume.AzureFileVolume()"
syntax: "public AzureFileVolume()"
methods:
- uid: "com.microsoft.azure.management.containerinstance.AzureFileVolume.readOnly()"
fullName: "com.microsoft.azure.management.containerinstance.AzureFileVolume.readOnly()"
name: "readOnly()"
nameWithType: "AzureFileVolume.readOnly()"
summary: "Get the flag indicating whether the Azure File shared mounted as a volume is read-only."
syntax: "public Boolean readOnly()"
desc: "Get the flag indicating whether the Azure File shared mounted as a volume 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.AzureFileVolume.shareName()"
fullName: "com.microsoft.azure.management.containerinstance.AzureFileVolume.shareName()"
name: "shareName()"
nameWithType: "AzureFileVolume.shareName()"
summary: "Get the name of the Azure File share to be mounted as a volume."
syntax: "public String shareName()"
desc: "Get the name of the Azure File share to be mounted as a volume."
returns:
description: "the shareName 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.AzureFileVolume.storageAccountKey()"
fullName: "com.microsoft.azure.management.containerinstance.AzureFileVolume.storageAccountKey()"
name: "storageAccountKey()"
nameWithType: "AzureFileVolume.storageAccountKey()"
summary: "Get the storage account access key used to access the Azure File share."
syntax: "public String storageAccountKey()"
desc: "Get the storage account access key used to access the Azure File share."
returns:
description: "the storageAccountKey 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.AzureFileVolume.storageAccountName()"
fullName: "com.microsoft.azure.management.containerinstance.AzureFileVolume.storageAccountName()"
name: "storageAccountName()"
nameWithType: "AzureFileVolume.storageAccountName()"
summary: "Get the name of the storage account that contains the Azure File share."
syntax: "public String storageAccountName()"
desc: "Get the name of the storage account that contains the Azure File share."
returns:
description: "the storageAccountName 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.AzureFileVolume.withReadOnly(java.lang.Boolean)"
fullName: "com.microsoft.azure.management.containerinstance.AzureFileVolume.withReadOnly(Boolean readOnly)"
name: "withReadOnly(Boolean readOnly)"
nameWithType: "AzureFileVolume.withReadOnly(Boolean readOnly)"
summary: "Set the flag indicating whether the Azure File shared mounted as a volume 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 AzureFileVolume withReadOnly(Boolean readOnly)"
desc: "Set the flag indicating whether the Azure File shared mounted as a volume is read-only."
returns:
description: "the AzureFileVolume object itself."
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.AzureFileVolume.withShareName(java.lang.String)"
fullName: "com.microsoft.azure.management.containerinstance.AzureFileVolume.withShareName(String shareName)"
name: "withShareName(String shareName)"
nameWithType: "AzureFileVolume.withShareName(String shareName)"
summary: "Set the name of the Azure File share to be mounted as a volume."
parameters:
- description: "the shareName value to set"
name: "shareName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AzureFileVolume withShareName(String shareName)"
desc: "Set the name of the Azure File share to be mounted as a volume."
returns:
description: "the AzureFileVolume object itself."
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.AzureFileVolume.withStorageAccountKey(java.lang.String)"
fullName: "com.microsoft.azure.management.containerinstance.AzureFileVolume.withStorageAccountKey(String storageAccountKey)"
name: "withStorageAccountKey(String storageAccountKey)"
nameWithType: "AzureFileVolume.withStorageAccountKey(String storageAccountKey)"
summary: "Set the storage account access key used to access the Azure File share."
parameters:
- description: "the storageAccountKey value to set"
name: "storageAccountKey"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AzureFileVolume withStorageAccountKey(String storageAccountKey)"
desc: "Set the storage account access key used to access the Azure File share."
returns:
description: "the AzureFileVolume object itself."
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.AzureFileVolume.withStorageAccountName(java.lang.String)"
fullName: "com.microsoft.azure.management.containerinstance.AzureFileVolume.withStorageAccountName(String storageAccountName)"
name: "withStorageAccountName(String storageAccountName)"
nameWithType: "AzureFileVolume.withStorageAccountName(String storageAccountName)"
summary: "Set the name of the storage account that contains the Azure File share."
parameters:
- description: "the storageAccountName value to set"
name: "storageAccountName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AzureFileVolume withStorageAccountName(String storageAccountName)"
desc: "Set the name of the storage account that contains the Azure File share."
returns:
description: "the AzureFileVolume object itself."
type: "<xref href=\"com.microsoft.azure.management.containerinstance.AzureFileVolume?alt=com.microsoft.azure.management.containerinstance.AzureFileVolume&text=AzureFileVolume\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The properties of the Azure File volume. Azure File shares are mounted as volumes."
metadata: {}
package: "com.microsoft.azure.management.containerinstance"
artifact: com.microsoft.azure:azure-mgmt-containerinstance:1.41.4