LabServicesSku(String) Constructeur
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 LabServicesSku.
public LabServicesSku (string name);
new Azure.ResourceManager.LabServices.Models.LabServicesSku : string -> Azure.ResourceManager.LabServices.Models.LabServicesSku
Public Sub New (name As String)
Paramètres
- name
- String
Nom de la référence SKU. Ex - P3. Il s’agit généralement d’un code lettre+nombre.
Exceptions
name
a la valeur null.