### 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: - "" inheritedClassMethods: - classRef: "" methodsRef: - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" 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 accountKey value." syntax: "public String accountKey()" desc: "Get the accountKey value." returns: description: "the accountKey value" type: "" - uid: "com.microsoft.azure.management.batch.AzureFileShareConfiguration.accountName()" fullName: "com.microsoft.azure.management.batch.AzureFileShareConfiguration.accountName()" name: "accountName()" nameWithType: "AzureFileShareConfiguration.accountName()" summary: "Get the accountName value." syntax: "public String accountName()" desc: "Get the accountName value." returns: description: "the accountName value" type: "" - 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.core.windows.net/'." syntax: "public String azureFileUrl()" desc: "Get this is of the form 'https://\\{account\\}.file.core.windows.net/'." returns: description: "the azureFileUrl value" type: "" - 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: "" - 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: "" - 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 accountKey value." parameters: - description: "the accountKey value to set" name: "accountKey" type: "" syntax: "public AzureFileShareConfiguration withAccountKey(String accountKey)" desc: "Set the accountKey value." returns: description: "the AzureFileShareConfiguration object itself." type: "" - 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 accountName value." parameters: - description: "the accountName value to set" name: "accountName" type: "" syntax: "public AzureFileShareConfiguration withAccountName(String accountName)" desc: "Set the accountName value." returns: description: "the AzureFileShareConfiguration object itself." type: "" - 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.core.windows.net/'." parameters: - description: "the azureFileUrl value to set" name: "azureFileUrl" type: "" 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: "" - 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: "" 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: "" - 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: "" 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: "" 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