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

204 строки
16 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.batch.AzureBlobFileSystemConfiguration"
fullName: "com.microsoft.azure.management.batch.AzureBlobFileSystemConfiguration"
name: "AzureBlobFileSystemConfiguration"
nameWithType: "AzureBlobFileSystemConfiguration"
summary: "Information used to connect to an Azure Storage Container using Blobfuse."
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 **AzureBlobFileSystemConfiguration**"
constructors:
- uid: "com.microsoft.azure.management.batch.AzureBlobFileSystemConfiguration.AzureBlobFileSystemConfiguration()"
fullName: "com.microsoft.azure.management.batch.AzureBlobFileSystemConfiguration.AzureBlobFileSystemConfiguration()"
name: "AzureBlobFileSystemConfiguration()"
nameWithType: "AzureBlobFileSystemConfiguration.AzureBlobFileSystemConfiguration()"
syntax: "public AzureBlobFileSystemConfiguration()"
methods:
- uid: "com.microsoft.azure.management.batch.AzureBlobFileSystemConfiguration.accountKey()"
fullName: "com.microsoft.azure.management.batch.AzureBlobFileSystemConfiguration.accountKey()"
name: "accountKey()"
nameWithType: "AzureBlobFileSystemConfiguration.accountKey()"
summary: "Get this property is mutually exclusive with both sas<wbr>Key and identity; exactly one must be specified."
syntax: "public String accountKey()"
desc: "Get this property is mutually exclusive with both sasKey and identity; exactly one must be specified."
returns:
description: "the accountKey value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.AzureBlobFileSystemConfiguration.accountName()"
fullName: "com.microsoft.azure.management.batch.AzureBlobFileSystemConfiguration.accountName()"
name: "accountName()"
nameWithType: "AzureBlobFileSystemConfiguration.accountName()"
summary: "Get the account<wbr>Name value."
syntax: "public String accountName()"
desc: "Get the accountName value."
returns:
description: "the accountName value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.AzureBlobFileSystemConfiguration.blobfuseOptions()"
fullName: "com.microsoft.azure.management.batch.AzureBlobFileSystemConfiguration.blobfuseOptions()"
name: "blobfuseOptions()"
nameWithType: "AzureBlobFileSystemConfiguration.blobfuseOptions()"
summary: "Get these are 'net use' options in Windows and 'mount' options in Linux."
syntax: "public String blobfuseOptions()"
desc: "Get these are 'net use' options in Windows and 'mount' options in Linux."
returns:
description: "the blobfuseOptions value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.AzureBlobFileSystemConfiguration.containerName()"
fullName: "com.microsoft.azure.management.batch.AzureBlobFileSystemConfiguration.containerName()"
name: "containerName()"
nameWithType: "AzureBlobFileSystemConfiguration.containerName()"
summary: "Get the container<wbr>Name value."
syntax: "public String containerName()"
desc: "Get the containerName value."
returns:
description: "the containerName value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.AzureBlobFileSystemConfiguration.identityReference()"
fullName: "com.microsoft.azure.management.batch.AzureBlobFileSystemConfiguration.identityReference()"
name: "identityReference()"
nameWithType: "AzureBlobFileSystemConfiguration.identityReference()"
summary: "Get this property is mutually exclusive with both account<wbr>Key and sas<wbr>Key; exactly one must be specified."
syntax: "public ComputeNodeIdentityReference identityReference()"
desc: "Get this property is mutually exclusive with both accountKey and sasKey; exactly one must be specified."
returns:
description: "the identityReference value"
type: "<xref href=\"com.microsoft.azure.management.batch.ComputeNodeIdentityReference?alt=com.microsoft.azure.management.batch.ComputeNodeIdentityReference&text=ComputeNodeIdentityReference\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.AzureBlobFileSystemConfiguration.relativeMountPath()"
fullName: "com.microsoft.azure.management.batch.AzureBlobFileSystemConfiguration.relativeMountPath()"
name: "relativeMountPath()"
nameWithType: "AzureBlobFileSystemConfiguration.relativeMountPath()"
summary: "Get all file systems are mounted relative to the Batch mounts directory, accessible via the AZ\\_BATCH\\_NODE\\_MOUNTS\\_DIR environment variable."
syntax: "public String relativeMountPath()"
desc: "Get all file systems are mounted relative to the Batch mounts directory, accessible via the AZ\\_BATCH\\_NODE\\_MOUNTS\\_DIR environment variable."
returns:
description: "the relativeMountPath value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.AzureBlobFileSystemConfiguration.sasKey()"
fullName: "com.microsoft.azure.management.batch.AzureBlobFileSystemConfiguration.sasKey()"
name: "sasKey()"
nameWithType: "AzureBlobFileSystemConfiguration.sasKey()"
summary: "Get this property is mutually exclusive with both account<wbr>Key and identity; exactly one must be specified."
syntax: "public String sasKey()"
desc: "Get this property is mutually exclusive with both accountKey and identity; exactly one must be specified."
returns:
description: "the sasKey value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.AzureBlobFileSystemConfiguration.withAccountKey(java.lang.String)"
fullName: "com.microsoft.azure.management.batch.AzureBlobFileSystemConfiguration.withAccountKey(String accountKey)"
name: "withAccountKey(String accountKey)"
nameWithType: "AzureBlobFileSystemConfiguration.withAccountKey(String accountKey)"
summary: "Set this property is mutually exclusive with both sas<wbr>Key and identity; exactly one must be specified."
parameters:
- description: "the accountKey value to set"
name: "accountKey"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AzureBlobFileSystemConfiguration withAccountKey(String accountKey)"
desc: "Set this property is mutually exclusive with both sasKey and identity; exactly one must be specified."
returns:
description: "the AzureBlobFileSystemConfiguration object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.AzureBlobFileSystemConfiguration?alt=com.microsoft.azure.management.batch.AzureBlobFileSystemConfiguration&text=AzureBlobFileSystemConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.AzureBlobFileSystemConfiguration.withAccountName(java.lang.String)"
fullName: "com.microsoft.azure.management.batch.AzureBlobFileSystemConfiguration.withAccountName(String accountName)"
name: "withAccountName(String accountName)"
nameWithType: "AzureBlobFileSystemConfiguration.withAccountName(String accountName)"
summary: "Set the account<wbr>Name value."
parameters:
- description: "the accountName value to set"
name: "accountName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AzureBlobFileSystemConfiguration withAccountName(String accountName)"
desc: "Set the accountName value."
returns:
description: "the AzureBlobFileSystemConfiguration object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.AzureBlobFileSystemConfiguration?alt=com.microsoft.azure.management.batch.AzureBlobFileSystemConfiguration&text=AzureBlobFileSystemConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.AzureBlobFileSystemConfiguration.withBlobfuseOptions(java.lang.String)"
fullName: "com.microsoft.azure.management.batch.AzureBlobFileSystemConfiguration.withBlobfuseOptions(String blobfuseOptions)"
name: "withBlobfuseOptions(String blobfuseOptions)"
nameWithType: "AzureBlobFileSystemConfiguration.withBlobfuseOptions(String blobfuseOptions)"
summary: "Set these are 'net use' options in Windows and 'mount' options in Linux."
parameters:
- description: "the blobfuseOptions value to set"
name: "blobfuseOptions"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AzureBlobFileSystemConfiguration withBlobfuseOptions(String blobfuseOptions)"
desc: "Set these are 'net use' options in Windows and 'mount' options in Linux."
returns:
description: "the AzureBlobFileSystemConfiguration object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.AzureBlobFileSystemConfiguration?alt=com.microsoft.azure.management.batch.AzureBlobFileSystemConfiguration&text=AzureBlobFileSystemConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.AzureBlobFileSystemConfiguration.withContainerName(java.lang.String)"
fullName: "com.microsoft.azure.management.batch.AzureBlobFileSystemConfiguration.withContainerName(String containerName)"
name: "withContainerName(String containerName)"
nameWithType: "AzureBlobFileSystemConfiguration.withContainerName(String containerName)"
summary: "Set the container<wbr>Name value."
parameters:
- description: "the containerName value to set"
name: "containerName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AzureBlobFileSystemConfiguration withContainerName(String containerName)"
desc: "Set the containerName value."
returns:
description: "the AzureBlobFileSystemConfiguration object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.AzureBlobFileSystemConfiguration?alt=com.microsoft.azure.management.batch.AzureBlobFileSystemConfiguration&text=AzureBlobFileSystemConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.AzureBlobFileSystemConfiguration.withIdentityReference(com.microsoft.azure.management.batch.ComputeNodeIdentityReference)"
fullName: "com.microsoft.azure.management.batch.AzureBlobFileSystemConfiguration.withIdentityReference(ComputeNodeIdentityReference identityReference)"
name: "withIdentityReference(ComputeNodeIdentityReference identityReference)"
nameWithType: "AzureBlobFileSystemConfiguration.withIdentityReference(ComputeNodeIdentityReference identityReference)"
summary: "Set this property is mutually exclusive with both account<wbr>Key and sas<wbr>Key; exactly one must be specified."
parameters:
- description: "the identityReference value to set"
name: "identityReference"
type: "<xref href=\"com.microsoft.azure.management.batch.ComputeNodeIdentityReference?alt=com.microsoft.azure.management.batch.ComputeNodeIdentityReference&text=ComputeNodeIdentityReference\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AzureBlobFileSystemConfiguration withIdentityReference(ComputeNodeIdentityReference identityReference)"
desc: "Set this property is mutually exclusive with both accountKey and sasKey; exactly one must be specified."
returns:
description: "the AzureBlobFileSystemConfiguration object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.AzureBlobFileSystemConfiguration?alt=com.microsoft.azure.management.batch.AzureBlobFileSystemConfiguration&text=AzureBlobFileSystemConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.AzureBlobFileSystemConfiguration.withRelativeMountPath(java.lang.String)"
fullName: "com.microsoft.azure.management.batch.AzureBlobFileSystemConfiguration.withRelativeMountPath(String relativeMountPath)"
name: "withRelativeMountPath(String relativeMountPath)"
nameWithType: "AzureBlobFileSystemConfiguration.withRelativeMountPath(String relativeMountPath)"
summary: "Set all file systems are mounted relative to the Batch mounts directory, accessible via the AZ\\_BATCH\\_NODE\\_MOUNTS\\_DIR environment variable."
parameters:
- description: "the relativeMountPath value to set"
name: "relativeMountPath"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AzureBlobFileSystemConfiguration withRelativeMountPath(String relativeMountPath)"
desc: "Set all file systems are mounted relative to the Batch mounts directory, accessible via the AZ\\_BATCH\\_NODE\\_MOUNTS\\_DIR environment variable."
returns:
description: "the AzureBlobFileSystemConfiguration object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.AzureBlobFileSystemConfiguration?alt=com.microsoft.azure.management.batch.AzureBlobFileSystemConfiguration&text=AzureBlobFileSystemConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.AzureBlobFileSystemConfiguration.withSasKey(java.lang.String)"
fullName: "com.microsoft.azure.management.batch.AzureBlobFileSystemConfiguration.withSasKey(String sasKey)"
name: "withSasKey(String sasKey)"
nameWithType: "AzureBlobFileSystemConfiguration.withSasKey(String sasKey)"
summary: "Set this property is mutually exclusive with both account<wbr>Key and identity; exactly one must be specified."
parameters:
- description: "the sasKey value to set"
name: "sasKey"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AzureBlobFileSystemConfiguration withSasKey(String sasKey)"
desc: "Set this property is mutually exclusive with both accountKey and identity; exactly one must be specified."
returns:
description: "the AzureBlobFileSystemConfiguration object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.AzureBlobFileSystemConfiguration?alt=com.microsoft.azure.management.batch.AzureBlobFileSystemConfiguration&text=AzureBlobFileSystemConfiguration\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Information used to connect to an Azure Storage Container using Blobfuse."
metadata: {}
package: "com.microsoft.azure.management.batch"
artifact: com.microsoft.azure:azure-mgmt-batch:1.41.4