StorageSyncService 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
StorageSyncService() |
Initialise une nouvelle instance de la classe StorageSyncService. |
StorageSyncService(String, String, String, String, SystemData, IDictionary<String,String>, String, Nullable<Int32>, String, String, String, String, IList<PrivateEndpointConnection>) |
Initialise une nouvelle instance de la classe StorageSyncService. |
StorageSyncService()
Initialise une nouvelle instance de la classe StorageSyncService.
public StorageSyncService ();
Public Sub New ()
S’applique à
StorageSyncService(String, String, String, String, SystemData, IDictionary<String,String>, String, Nullable<Int32>, String, String, String, String, IList<PrivateEndpointConnection>)
Initialise une nouvelle instance de la classe StorageSyncService.
public StorageSyncService (string location, string id = default, string name = default, string type = default, Microsoft.Azure.Management.StorageSync.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, string incomingTrafficPolicy = default, int? storageSyncServiceStatus = default, string storageSyncServiceUid = default, string provisioningState = default, string lastWorkflowId = default, string lastOperationName = default, System.Collections.Generic.IList<Microsoft.Azure.Management.StorageSync.Models.PrivateEndpointConnection> privateEndpointConnections = default);
new Microsoft.Azure.Management.StorageSync.Models.StorageSyncService : string * string * string * string * Microsoft.Azure.Management.StorageSync.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * string * Nullable<int> * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.StorageSync.Models.PrivateEndpointConnection> -> Microsoft.Azure.Management.StorageSync.Models.StorageSyncService
Public Sub New (location As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional incomingTrafficPolicy As String = Nothing, Optional storageSyncServiceStatus As Nullable(Of Integer) = Nothing, Optional storageSyncServiceUid As String = Nothing, Optional provisioningState As String = Nothing, Optional lastWorkflowId As String = Nothing, Optional lastOperationName As String = Nothing, Optional privateEndpointConnections As IList(Of PrivateEndpointConnection) = Nothing)
Paramètres
- location
- String
Emplacement géographique où réside la ressource
- id
- String
ID de ressource complet pour la ressource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
- String
nom de la ressource.
- type
- String
Type de la ressource. Par exemple, « Microsoft.Compute/virtualMachines » ou « Microsoft.Storage/storageAccounts »
- systemData
- SystemData
Métadonnées Azure Resource Manager contenant les informations createdBy et modifiedBy.
- tags
- IDictionary<String,String>
Balises de ressource.
- incomingTrafficPolicy
- String
Stratégie de trafic entrant. Les valeurs possibles incluent : 'AllowAllTraffic', 'AllowVirtualNetworksOnly'
- storageSyncServiceUid
- String
Uid du service de synchronisation de stockage
- provisioningState
- String
État d’approvisionnement storageSyncService
- lastWorkflowId
- String
StorageSyncService lastWorkflowId
- lastOperationName
- String
Nom de l’opération de dernière ressource
- privateEndpointConnections
- IList<PrivateEndpointConnection>
Liste des connexions de point de terminaison privé associées au service de synchronisation de stockage spécifié
S’applique à
Azure SDK for .NET