ArmNetworkCloudModelFactory.NetworkCloudNetworkInterface Méthode
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.
Initialise une nouvelle instance de NetworkCloudNetworkInterface.
public static Azure.ResourceManager.NetworkCloud.Models.NetworkCloudNetworkInterface NetworkCloudNetworkInterface (string address = default, Azure.ResourceManager.NetworkCloud.Models.DeviceConnectionType? deviceConnectionType = default, string model = default, long? physicalSlot = default, long? portCount = default, long? portSpeed = default, string vendor = default);
static member NetworkCloudNetworkInterface : string * Nullable<Azure.ResourceManager.NetworkCloud.Models.DeviceConnectionType> * string * Nullable<int64> * Nullable<int64> * Nullable<int64> * string -> Azure.ResourceManager.NetworkCloud.Models.NetworkCloudNetworkInterface
Public Shared Function NetworkCloudNetworkInterface (Optional address As String = Nothing, Optional deviceConnectionType As Nullable(Of DeviceConnectionType) = Nothing, Optional model As String = Nothing, Optional physicalSlot As Nullable(Of Long) = Nothing, Optional portCount As Nullable(Of Long) = Nothing, Optional portSpeed As Nullable(Of Long) = Nothing, Optional vendor As String = Nothing) As NetworkCloudNetworkInterface
Paramètres
- address
- String
Adresse partielle de l’interconnexion de composants périphériques (PCI).
- deviceConnectionType
- Nullable<DeviceConnectionType>
Type de connexion de l’appareil.
- model
- String
Nom de modèle de l’appareil.
Quantité maximale de données en Go que la ligne carte transmet via un port à une seconde donnée.
- vendor
- String
Nom du fournisseur de l’appareil.
Retours
Une nouvelle NetworkCloudNetworkInterface instance de moqueries.