azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.b...

139 строки
13 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.batch.models.MountConfiguration"
fullName: "com.azure.resourcemanager.batch.models.MountConfiguration"
name: "MountConfiguration"
nameWithType: "MountConfiguration"
summary: "The file system to mount on each node."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **MountConfiguration**"
constructors:
- uid: "com.azure.resourcemanager.batch.models.MountConfiguration.MountConfiguration()"
fullName: "com.azure.resourcemanager.batch.models.MountConfiguration.MountConfiguration()"
name: "MountConfiguration()"
nameWithType: "MountConfiguration.MountConfiguration()"
syntax: "public MountConfiguration()"
methods:
- uid: "com.azure.resourcemanager.batch.models.MountConfiguration.azureBlobFileSystemConfiguration()"
fullName: "com.azure.resourcemanager.batch.models.MountConfiguration.azureBlobFileSystemConfiguration()"
name: "azureBlobFileSystemConfiguration()"
nameWithType: "MountConfiguration.azureBlobFileSystemConfiguration()"
summary: "Get the azure<wbr>Blob<wbr>File<wbr>System<wbr>Configuration property: Information used to connect to an Azure Storage Container using Blobfuse."
syntax: "public AzureBlobFileSystemConfiguration azureBlobFileSystemConfiguration()"
desc: "Get the azureBlobFileSystemConfiguration property: Information used to connect to an Azure Storage Container using Blobfuse. This property is mutually exclusive with all other properties."
returns:
description: "the azureBlobFileSystemConfiguration value."
type: "<xref href=\"com.azure.resourcemanager.batch.models.AzureBlobFileSystemConfiguration?alt=com.azure.resourcemanager.batch.models.AzureBlobFileSystemConfiguration&text=AzureBlobFileSystemConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.batch.models.MountConfiguration.azureFileShareConfiguration()"
fullName: "com.azure.resourcemanager.batch.models.MountConfiguration.azureFileShareConfiguration()"
name: "azureFileShareConfiguration()"
nameWithType: "MountConfiguration.azureFileShareConfiguration()"
summary: "Get the azure<wbr>File<wbr>Share<wbr>Configuration property: Information used to connect to an Azure Fileshare."
syntax: "public AzureFileShareConfiguration azureFileShareConfiguration()"
desc: "Get the azureFileShareConfiguration property: Information used to connect to an Azure Fileshare. This property is mutually exclusive with all other properties."
returns:
description: "the azureFileShareConfiguration value."
type: "<xref href=\"com.azure.resourcemanager.batch.models.AzureFileShareConfiguration?alt=com.azure.resourcemanager.batch.models.AzureFileShareConfiguration&text=AzureFileShareConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.batch.models.MountConfiguration.cifsMountConfiguration()"
fullName: "com.azure.resourcemanager.batch.models.MountConfiguration.cifsMountConfiguration()"
name: "cifsMountConfiguration()"
nameWithType: "MountConfiguration.cifsMountConfiguration()"
summary: "Get the cifs<wbr>Mount<wbr>Configuration property: Information used to connect to a CIFS file system."
syntax: "public CifsMountConfiguration cifsMountConfiguration()"
desc: "Get the cifsMountConfiguration property: Information used to connect to a CIFS file system. This property is mutually exclusive with all other properties."
returns:
description: "the cifsMountConfiguration value."
type: "<xref href=\"com.azure.resourcemanager.batch.models.CifsMountConfiguration?alt=com.azure.resourcemanager.batch.models.CifsMountConfiguration&text=CifsMountConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.batch.models.MountConfiguration.nfsMountConfiguration()"
fullName: "com.azure.resourcemanager.batch.models.MountConfiguration.nfsMountConfiguration()"
name: "nfsMountConfiguration()"
nameWithType: "MountConfiguration.nfsMountConfiguration()"
summary: "Get the nfs<wbr>Mount<wbr>Configuration property: Information used to connect to an NFS file system."
syntax: "public NfsMountConfiguration nfsMountConfiguration()"
desc: "Get the nfsMountConfiguration property: Information used to connect to an NFS file system. This property is mutually exclusive with all other properties."
returns:
description: "the nfsMountConfiguration value."
type: "<xref href=\"com.azure.resourcemanager.batch.models.NfsMountConfiguration?alt=com.azure.resourcemanager.batch.models.NfsMountConfiguration&text=NfsMountConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.batch.models.MountConfiguration.validate()"
fullName: "com.azure.resourcemanager.batch.models.MountConfiguration.validate()"
name: "validate()"
nameWithType: "MountConfiguration.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.batch.models.MountConfiguration.withAzureBlobFileSystemConfiguration(com.azure.resourcemanager.batch.models.AzureBlobFileSystemConfiguration)"
fullName: "com.azure.resourcemanager.batch.models.MountConfiguration.withAzureBlobFileSystemConfiguration(AzureBlobFileSystemConfiguration azureBlobFileSystemConfiguration)"
name: "withAzureBlobFileSystemConfiguration(AzureBlobFileSystemConfiguration azureBlobFileSystemConfiguration)"
nameWithType: "MountConfiguration.withAzureBlobFileSystemConfiguration(AzureBlobFileSystemConfiguration azureBlobFileSystemConfiguration)"
summary: "Set the azure<wbr>Blob<wbr>File<wbr>System<wbr>Configuration property: Information used to connect to an Azure Storage Container using Blobfuse."
parameters:
- description: "the azureBlobFileSystemConfiguration value to set."
name: "azureBlobFileSystemConfiguration"
type: "<xref href=\"com.azure.resourcemanager.batch.models.AzureBlobFileSystemConfiguration?alt=com.azure.resourcemanager.batch.models.AzureBlobFileSystemConfiguration&text=AzureBlobFileSystemConfiguration\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MountConfiguration withAzureBlobFileSystemConfiguration(AzureBlobFileSystemConfiguration azureBlobFileSystemConfiguration)"
desc: "Set the azureBlobFileSystemConfiguration property: Information used to connect to an Azure Storage Container using Blobfuse. This property is mutually exclusive with all other properties."
returns:
description: "the MountConfiguration object itself."
type: "<xref href=\"com.azure.resourcemanager.batch.models.MountConfiguration?alt=com.azure.resourcemanager.batch.models.MountConfiguration&text=MountConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.batch.models.MountConfiguration.withAzureFileShareConfiguration(com.azure.resourcemanager.batch.models.AzureFileShareConfiguration)"
fullName: "com.azure.resourcemanager.batch.models.MountConfiguration.withAzureFileShareConfiguration(AzureFileShareConfiguration azureFileShareConfiguration)"
name: "withAzureFileShareConfiguration(AzureFileShareConfiguration azureFileShareConfiguration)"
nameWithType: "MountConfiguration.withAzureFileShareConfiguration(AzureFileShareConfiguration azureFileShareConfiguration)"
summary: "Set the azure<wbr>File<wbr>Share<wbr>Configuration property: Information used to connect to an Azure Fileshare."
parameters:
- description: "the azureFileShareConfiguration value to set."
name: "azureFileShareConfiguration"
type: "<xref href=\"com.azure.resourcemanager.batch.models.AzureFileShareConfiguration?alt=com.azure.resourcemanager.batch.models.AzureFileShareConfiguration&text=AzureFileShareConfiguration\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MountConfiguration withAzureFileShareConfiguration(AzureFileShareConfiguration azureFileShareConfiguration)"
desc: "Set the azureFileShareConfiguration property: Information used to connect to an Azure Fileshare. This property is mutually exclusive with all other properties."
returns:
description: "the MountConfiguration object itself."
type: "<xref href=\"com.azure.resourcemanager.batch.models.MountConfiguration?alt=com.azure.resourcemanager.batch.models.MountConfiguration&text=MountConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.batch.models.MountConfiguration.withCifsMountConfiguration(com.azure.resourcemanager.batch.models.CifsMountConfiguration)"
fullName: "com.azure.resourcemanager.batch.models.MountConfiguration.withCifsMountConfiguration(CifsMountConfiguration cifsMountConfiguration)"
name: "withCifsMountConfiguration(CifsMountConfiguration cifsMountConfiguration)"
nameWithType: "MountConfiguration.withCifsMountConfiguration(CifsMountConfiguration cifsMountConfiguration)"
summary: "Set the cifs<wbr>Mount<wbr>Configuration property: Information used to connect to a CIFS file system."
parameters:
- description: "the cifsMountConfiguration value to set."
name: "cifsMountConfiguration"
type: "<xref href=\"com.azure.resourcemanager.batch.models.CifsMountConfiguration?alt=com.azure.resourcemanager.batch.models.CifsMountConfiguration&text=CifsMountConfiguration\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MountConfiguration withCifsMountConfiguration(CifsMountConfiguration cifsMountConfiguration)"
desc: "Set the cifsMountConfiguration property: Information used to connect to a CIFS file system. This property is mutually exclusive with all other properties."
returns:
description: "the MountConfiguration object itself."
type: "<xref href=\"com.azure.resourcemanager.batch.models.MountConfiguration?alt=com.azure.resourcemanager.batch.models.MountConfiguration&text=MountConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.batch.models.MountConfiguration.withNfsMountConfiguration(com.azure.resourcemanager.batch.models.NfsMountConfiguration)"
fullName: "com.azure.resourcemanager.batch.models.MountConfiguration.withNfsMountConfiguration(NfsMountConfiguration nfsMountConfiguration)"
name: "withNfsMountConfiguration(NfsMountConfiguration nfsMountConfiguration)"
nameWithType: "MountConfiguration.withNfsMountConfiguration(NfsMountConfiguration nfsMountConfiguration)"
summary: "Set the nfs<wbr>Mount<wbr>Configuration property: Information used to connect to an NFS file system."
parameters:
- description: "the nfsMountConfiguration value to set."
name: "nfsMountConfiguration"
type: "<xref href=\"com.azure.resourcemanager.batch.models.NfsMountConfiguration?alt=com.azure.resourcemanager.batch.models.NfsMountConfiguration&text=NfsMountConfiguration\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MountConfiguration withNfsMountConfiguration(NfsMountConfiguration nfsMountConfiguration)"
desc: "Set the nfsMountConfiguration property: Information used to connect to an NFS file system. This property is mutually exclusive with all other properties."
returns:
description: "the MountConfiguration object itself."
type: "<xref href=\"com.azure.resourcemanager.batch.models.MountConfiguration?alt=com.azure.resourcemanager.batch.models.MountConfiguration&text=MountConfiguration\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The file system to mount on each node."
metadata: {}
package: "com.azure.resourcemanager.batch.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-batch:1.0.0