AzureBlobFileSystemConfiguration Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
AzureBlobFileSystemConfiguration() |
Initialiseert een nieuw exemplaar van de klasse AzureBlobFileSystemConfiguration. |
AzureBlobFileSystemConfiguration(String, String, String, String, String, String, ComputeNodeIdentityReference) |
Initialiseert een nieuw exemplaar van de klasse AzureBlobFileSystemConfiguration. |
AzureBlobFileSystemConfiguration()
Initialiseert een nieuw exemplaar van de klasse AzureBlobFileSystemConfiguration.
public AzureBlobFileSystemConfiguration ();
Public Sub New ()
Van toepassing op
AzureBlobFileSystemConfiguration(String, String, String, String, String, String, ComputeNodeIdentityReference)
Initialiseert een nieuw exemplaar van de klasse AzureBlobFileSystemConfiguration.
public AzureBlobFileSystemConfiguration (string accountName, string containerName, string relativeMountPath, string accountKey = default, string sasKey = default, string blobfuseOptions = default, Microsoft.Azure.Management.Batch.Models.ComputeNodeIdentityReference identityReference = default);
new Microsoft.Azure.Management.Batch.Models.AzureBlobFileSystemConfiguration : string * string * string * string * string * string * Microsoft.Azure.Management.Batch.Models.ComputeNodeIdentityReference -> Microsoft.Azure.Management.Batch.Models.AzureBlobFileSystemConfiguration
Public Sub New (accountName As String, containerName As String, relativeMountPath As String, Optional accountKey As String = Nothing, Optional sasKey As String = Nothing, Optional blobfuseOptions As String = Nothing, Optional identityReference As ComputeNodeIdentityReference = Nothing)
Parameters
- accountName
- String
De naam van het Azure Storage-account.
- containerName
- String
De Azure Blob Storage containernaam.
- relativeMountPath
- String
Het relatieve pad op het rekenknooppunt waar het bestandssysteem wordt gekoppeld
- accountKey
- String
De sleutel van het Azure Storage-account.
- sasKey
- String
Het AZURE Storage SAS-token.
- blobfuseOptions
- String
Extra opdrachtregelopties om door te geven aan de koppelingsopdracht.
- identityReference
- ComputeNodeIdentityReference
De verwijzing naar de door de gebruiker toegewezen identiteit die moet worden gebruikt voor toegang tot containerName
Van toepassing op
Azure SDK for .NET