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

156 строки
11 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.batch.AzureFileShareConfiguration"
fullName: "com.microsoft.azure.management.batch.AzureFileShareConfiguration"
name: "AzureFileShareConfiguration"
nameWithType: "AzureFileShareConfiguration"
summary: "Information used to connect to an Azure Fileshare."
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 **AzureFileShareConfiguration**"
constructors:
- uid: "com.microsoft.azure.management.batch.AzureFileShareConfiguration.AzureFileShareConfiguration()"
fullName: "com.microsoft.azure.management.batch.AzureFileShareConfiguration.AzureFileShareConfiguration()"
name: "AzureFileShareConfiguration()"
nameWithType: "AzureFileShareConfiguration.AzureFileShareConfiguration()"
syntax: "public AzureFileShareConfiguration()"
methods:
- uid: "com.microsoft.azure.management.batch.AzureFileShareConfiguration.accountKey()"
fullName: "com.microsoft.azure.management.batch.AzureFileShareConfiguration.accountKey()"
name: "accountKey()"
nameWithType: "AzureFileShareConfiguration.accountKey()"
summary: "Get the account<wbr>Key value."
syntax: "public String accountKey()"
desc: "Get the accountKey value."
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.AzureFileShareConfiguration.accountName()"
fullName: "com.microsoft.azure.management.batch.AzureFileShareConfiguration.accountName()"
name: "accountName()"
nameWithType: "AzureFileShareConfiguration.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.AzureFileShareConfiguration.azureFileUrl()"
fullName: "com.microsoft.azure.management.batch.AzureFileShareConfiguration.azureFileUrl()"
name: "azureFileUrl()"
nameWithType: "AzureFileShareConfiguration.azureFileUrl()"
summary: "Get this is of the form 'https://\\{account\\}.file.<wbr>core.<wbr>windows.<wbr>net/'."
syntax: "public String azureFileUrl()"
desc: "Get this is of the form 'https://\\{account\\}.file.core.windows.net/'."
returns:
description: "the azureFileUrl 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.AzureFileShareConfiguration.mountOptions()"
fullName: "com.microsoft.azure.management.batch.AzureFileShareConfiguration.mountOptions()"
name: "mountOptions()"
nameWithType: "AzureFileShareConfiguration.mountOptions()"
summary: "Get these are 'net use' options in Windows and 'mount' options in Linux."
syntax: "public String mountOptions()"
desc: "Get these are 'net use' options in Windows and 'mount' options in Linux."
returns:
description: "the mountOptions 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.AzureFileShareConfiguration.relativeMountPath()"
fullName: "com.microsoft.azure.management.batch.AzureFileShareConfiguration.relativeMountPath()"
name: "relativeMountPath()"
nameWithType: "AzureFileShareConfiguration.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.AzureFileShareConfiguration.withAccountKey(java.lang.String)"
fullName: "com.microsoft.azure.management.batch.AzureFileShareConfiguration.withAccountKey(String accountKey)"
name: "withAccountKey(String accountKey)"
nameWithType: "AzureFileShareConfiguration.withAccountKey(String accountKey)"
summary: "Set the account<wbr>Key value."
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 AzureFileShareConfiguration withAccountKey(String accountKey)"
desc: "Set the accountKey value."
returns:
description: "the AzureFileShareConfiguration object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.AzureFileShareConfiguration?alt=com.microsoft.azure.management.batch.AzureFileShareConfiguration&text=AzureFileShareConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.AzureFileShareConfiguration.withAccountName(java.lang.String)"
fullName: "com.microsoft.azure.management.batch.AzureFileShareConfiguration.withAccountName(String accountName)"
name: "withAccountName(String accountName)"
nameWithType: "AzureFileShareConfiguration.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 AzureFileShareConfiguration withAccountName(String accountName)"
desc: "Set the accountName value."
returns:
description: "the AzureFileShareConfiguration object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.AzureFileShareConfiguration?alt=com.microsoft.azure.management.batch.AzureFileShareConfiguration&text=AzureFileShareConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.AzureFileShareConfiguration.withAzureFileUrl(java.lang.String)"
fullName: "com.microsoft.azure.management.batch.AzureFileShareConfiguration.withAzureFileUrl(String azureFileUrl)"
name: "withAzureFileUrl(String azureFileUrl)"
nameWithType: "AzureFileShareConfiguration.withAzureFileUrl(String azureFileUrl)"
summary: "Set this is of the form 'https://\\{account\\}.file.<wbr>core.<wbr>windows.<wbr>net/'."
parameters:
- description: "the azureFileUrl value to set"
name: "azureFileUrl"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AzureFileShareConfiguration withAzureFileUrl(String azureFileUrl)"
desc: "Set this is of the form 'https://\\{account\\}.file.core.windows.net/'."
returns:
description: "the AzureFileShareConfiguration object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.AzureFileShareConfiguration?alt=com.microsoft.azure.management.batch.AzureFileShareConfiguration&text=AzureFileShareConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.AzureFileShareConfiguration.withMountOptions(java.lang.String)"
fullName: "com.microsoft.azure.management.batch.AzureFileShareConfiguration.withMountOptions(String mountOptions)"
name: "withMountOptions(String mountOptions)"
nameWithType: "AzureFileShareConfiguration.withMountOptions(String mountOptions)"
summary: "Set these are 'net use' options in Windows and 'mount' options in Linux."
parameters:
- description: "the mountOptions value to set"
name: "mountOptions"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AzureFileShareConfiguration withMountOptions(String mountOptions)"
desc: "Set these are 'net use' options in Windows and 'mount' options in Linux."
returns:
description: "the AzureFileShareConfiguration object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.AzureFileShareConfiguration?alt=com.microsoft.azure.management.batch.AzureFileShareConfiguration&text=AzureFileShareConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.AzureFileShareConfiguration.withRelativeMountPath(java.lang.String)"
fullName: "com.microsoft.azure.management.batch.AzureFileShareConfiguration.withRelativeMountPath(String relativeMountPath)"
name: "withRelativeMountPath(String relativeMountPath)"
nameWithType: "AzureFileShareConfiguration.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 AzureFileShareConfiguration 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 AzureFileShareConfiguration object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.AzureFileShareConfiguration?alt=com.microsoft.azure.management.batch.AzureFileShareConfiguration&text=AzureFileShareConfiguration\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Information used to connect to an Azure Fileshare."
metadata: {}
package: "com.microsoft.azure.management.batch"
artifact: com.microsoft.azure:azure-mgmt-batch:1.41.4