OSProfile.ComputerName Propriété
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.
Obtient ou définit spécifie le nom du système d’exploitation hôte de la machine virtuelle. <br>& lt;br> Ce nom ne peut pas être mis à jour après la création de la machine virtuelle. <br>& lt;br> Longueur maximale (Windows) : 15 caractères <br>& lt;br> Longueur maximale (Linux) : 64 caractères. <br>& lt;br> Pour connaître les conventions et restrictions de nommage, consultez Instructions d’implémentation des services d’infrastructure Azure.
[Newtonsoft.Json.JsonProperty(PropertyName="computerName")]
public string ComputerName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="computerName")>]
member this.ComputerName : string with get, set
Public Property ComputerName As String
Valeur de propriété
- Attributs
-
Newtonsoft.Json.JsonPropertyAttribute
S’applique à
Azure SDK for .NET