DataBoxEdgeDevice 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
DataBoxEdgeDevice() |
Initialise une nouvelle instance de la classe DataBoxEdgeDevice. |
DataBoxEdgeDevice(String, String, String, String, IDictionary<String, String>, Sku, String, ResourceIdentity, String, SystemData, SystemData, String, String, String, String, String, String, String, String, String, Nullable<Int64>, String, String, IList<String>, Nullable<Int32>, ResourceMoveDetails, EdgeProfile, DataResidency) |
Initialise une nouvelle instance de la classe DataBoxEdgeDevice. |
DataBoxEdgeDevice()
Initialise une nouvelle instance de la classe DataBoxEdgeDevice.
public DataBoxEdgeDevice ();
Public Sub New ()
S’applique à
DataBoxEdgeDevice(String, String, String, String, IDictionary<String, String>, Sku, String, ResourceIdentity, String, SystemData, SystemData, String, String, String, String, String, String, String, String, String, Nullable<Int64>, String, String, IList<String>, Nullable<Int32>, ResourceMoveDetails, EdgeProfile, DataResidency)
Initialise une nouvelle instance de la classe DataBoxEdgeDevice.
public DataBoxEdgeDevice (string location, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.DataBoxEdge.Models.Sku sku = default, string etag = default, Microsoft.Azure.Management.DataBoxEdge.Models.ResourceIdentity identity = default, string kind = default, Microsoft.Azure.Management.DataBoxEdge.Models.SystemData systemData = default, Microsoft.Azure.Management.DataBoxEdge.Models.SystemData systemData1 = default, string dataBoxEdgeDeviceStatus = default, string serialNumber = default, string description = default, string modelDescription = default, string deviceType = default, string friendlyName = default, string culture = default, string deviceModel = default, string deviceSoftwareVersion = default, long? deviceLocalCapacity = default, string timeZone = default, string deviceHcsVersion = default, System.Collections.Generic.IList<string> configuredRoleTypes = default, int? nodeCount = default, Microsoft.Azure.Management.DataBoxEdge.Models.ResourceMoveDetails resourceMoveDetails = default, Microsoft.Azure.Management.DataBoxEdge.Models.EdgeProfile edgeProfile = default, Microsoft.Azure.Management.DataBoxEdge.Models.DataResidency dataResidency = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.DataBoxEdgeDevice : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.DataBoxEdge.Models.Sku * string * Microsoft.Azure.Management.DataBoxEdge.Models.ResourceIdentity * string * Microsoft.Azure.Management.DataBoxEdge.Models.SystemData * Microsoft.Azure.Management.DataBoxEdge.Models.SystemData * string * string * string * string * string * string * string * string * string * Nullable<int64> * string * string * System.Collections.Generic.IList<string> * Nullable<int> * Microsoft.Azure.Management.DataBoxEdge.Models.ResourceMoveDetails * Microsoft.Azure.Management.DataBoxEdge.Models.EdgeProfile * Microsoft.Azure.Management.DataBoxEdge.Models.DataResidency -> Microsoft.Azure.Management.DataBoxEdge.Models.DataBoxEdgeDevice
Public Sub New (location As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional sku As Sku = Nothing, Optional etag As String = Nothing, Optional identity As ResourceIdentity = Nothing, Optional kind As String = Nothing, Optional systemData As SystemData = Nothing, Optional systemData1 As SystemData = Nothing, Optional dataBoxEdgeDeviceStatus As String = Nothing, Optional serialNumber As String = Nothing, Optional description As String = Nothing, Optional modelDescription As String = Nothing, Optional deviceType As String = Nothing, Optional friendlyName As String = Nothing, Optional culture As String = Nothing, Optional deviceModel As String = Nothing, Optional deviceSoftwareVersion As String = Nothing, Optional deviceLocalCapacity As Nullable(Of Long) = Nothing, Optional timeZone As String = Nothing, Optional deviceHcsVersion As String = Nothing, Optional configuredRoleTypes As IList(Of String) = Nothing, Optional nodeCount As Nullable(Of Integer) = Nothing, Optional resourceMoveDetails As ResourceMoveDetails = Nothing, Optional edgeProfile As EdgeProfile = Nothing, Optional dataResidency As DataResidency = Nothing)
Paramètres
- location
- String
L’emplacement de l’appareil. Il s’agit d’une région géographique Azure prise en charge et inscrite (par exemple, USA Ouest, USA Est ou Asie Sud-Est). La région géographique d’un appareil ne peut pas être modifiée une fois qu’il est créé, mais si une région géographique identique est spécifiée lors de la mise à jour, la demande réussit.
- 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.
- tags
- IDictionary<String,String>
Liste des balises qui décrivent l’appareil. Ces étiquettes peuvent être utilisées pour afficher et regrouper cet appareil (entre des groupes de ressources).
- sku
- Sku
Type de référence SKU.
- etag
- String
Etag pour les appareils.
- identity
- ResourceIdentity
Identité MSI de la ressource
- kind
- String
Type de l’appareil. Les valeurs possibles sont les suivantes : « AzureDataBoxGateway », « AzureStackEdge », « AzureStackHub », « AzureModularDataCentre »
- systemData
- SystemData
Ressource DataBoxEdge
- systemData1
- SystemData
Propriétés de l’appareil DataBoxEdge
- dataBoxEdgeDeviceStatus
- String
Status de l’appareil Data Box Edge/Gateway. Les valeurs possibles sont les suivantes : « ReadyToSetup », « Online », « Offline », « NeedsAttention », « Disconnected », « PartiallyDisconnected », « Maintenance »
- serialNumber
- String
Numéro de série de l’appareil Data Box Edge/Gateway.
- description
- String
Description de l’appareil Data Box Edge/Gateway.
- modelDescription
- String
Description du modèle d’appareil Data Box Edge/Gateway.
- deviceType
- String
Type de l’appareil Data Box Edge/Gateway. Les valeurs possibles sont les suivantes : « DataBoxEdgeDevice »
- friendlyName
- String
Nom de l’appareil Data Box Edge/Gateway.
- culture
- String
Culture de l’appareil Data Box Edge/Gateway.
- deviceModel
- String
Modèle d’appareil Data Box Edge/Gateway.
- deviceSoftwareVersion
- String
Version logicielle de l’appareil Data Box Edge/Gateway.
- timeZone
- String
Fuseau horaire de l’appareil Data Box Edge/Gateway.
- deviceHcsVersion
- String
Numéro de version du logiciel de l’appareil (par exemple : 1.2.18105.6).
- resourceMoveDetails
- ResourceMoveDetails
Détails de l’opération de déplacement sur cette ressource.
- edgeProfile
- EdgeProfile
Détails du profil Edge pour cette ressource
- dataResidency
- DataResidency
Détails des propriétés liées à la résidence des données pour cette ressource
S’applique à
Azure SDK for .NET