Share Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Share() |
Initialise une nouvelle instance de la classe Share. |
Share(String, String, String, String, String, String, String, AzureContainerInfo, IList<UserAccessRight>, IList<ClientAccessRight>, RefreshDetails, IList<MountPointMap>, String) |
Initialise une nouvelle instance de la classe Share. |
Share()
Initialise une nouvelle instance de la classe Share.
public Share ();
Public Sub New ()
S’applique à
Share(String, String, String, String, String, String, String, AzureContainerInfo, IList<UserAccessRight>, IList<ClientAccessRight>, RefreshDetails, IList<MountPointMap>, String)
Initialise une nouvelle instance de la classe Share.
public Share (string shareStatus, string monitoringStatus, string accessProtocol, string id = default, string name = default, string type = default, string description = default, Microsoft.Azure.Management.EdgeGateway.Models.AzureContainerInfo azureContainerInfo = default, System.Collections.Generic.IList<Microsoft.Azure.Management.EdgeGateway.Models.UserAccessRight> userAccessRights = default, System.Collections.Generic.IList<Microsoft.Azure.Management.EdgeGateway.Models.ClientAccessRight> clientAccessRights = default, Microsoft.Azure.Management.EdgeGateway.Models.RefreshDetails refreshDetails = default, System.Collections.Generic.IList<Microsoft.Azure.Management.EdgeGateway.Models.MountPointMap> shareMappings = default, string dataPolicy = default);
new Microsoft.Azure.Management.EdgeGateway.Models.Share : string * string * string * string * string * string * string * Microsoft.Azure.Management.EdgeGateway.Models.AzureContainerInfo * System.Collections.Generic.IList<Microsoft.Azure.Management.EdgeGateway.Models.UserAccessRight> * System.Collections.Generic.IList<Microsoft.Azure.Management.EdgeGateway.Models.ClientAccessRight> * Microsoft.Azure.Management.EdgeGateway.Models.RefreshDetails * System.Collections.Generic.IList<Microsoft.Azure.Management.EdgeGateway.Models.MountPointMap> * string -> Microsoft.Azure.Management.EdgeGateway.Models.Share
Public Sub New (shareStatus As String, monitoringStatus As String, accessProtocol As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional description As String = Nothing, Optional azureContainerInfo As AzureContainerInfo = Nothing, Optional userAccessRights As IList(Of UserAccessRight) = Nothing, Optional clientAccessRights As IList(Of ClientAccessRight) = Nothing, Optional refreshDetails As RefreshDetails = Nothing, Optional shareMappings As IList(Of MountPointMap) = Nothing, Optional dataPolicy As String = Nothing)
Paramètres
- shareStatus
- String
Status actuelle du partage. Les valeurs possibles sont les suivantes : « Online », « Offline »
- monitoringStatus
- String
Surveillance actuelle status du partage. Les valeurs possibles sont les suivantes : « Enabled », « Disabled »
- accessProtocol
- String
Protocole d’accès à utiliser par le partage. Les valeurs possibles sont les suivantes : « SMB », « NFS »
- id
- String
ID de chemin d’accès qui identifie l’objet de manière unique.
- name
- String
Nom de l'objet.
- type
- String
Type hiérarchique de l’objet.
- description
- String
Description du partage.
- azureContainerInfo
- AzureContainerInfo
Mappage de conteneurs Azure pour le partage.
- userAccessRights
- IList<UserAccessRight>
Mappage des utilisateurs et des droits d’accès correspondants sur le partage (requis pour le protocole SMB).
- clientAccessRights
- IList<ClientAccessRight>
Liste des adresses IP et des droits d’accès correspondants sur le partage (requis pour le protocole NFS).
- refreshDetails
- RefreshDetails
Détails du travail d’actualisation sur ce partage.
- shareMappings
- IList<MountPointMap>
Partagez le point de montage vers le rôle.
- dataPolicy
- String
Stratégie de données du partage. Les valeurs possibles sont les suivantes : « Cloud », « Local »
S’applique à
Azure SDK for .NET