VirtualMachineScaleSetOSProfile.CustomData 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 une chaîne de données personnalisées encodée en base 64. La chaîne codée en base 64 est décodée dans un tableau binaire enregistré dans un fichier sur la machine virtuelle. La longueur maximale du tableau binaire est 65535 octets. Pour utiliser cloud-init pour votre machine virtuelle, consultez Utilisation de cloud-init pour personnaliser une machine virtuelle Linux lors de la création
[Newtonsoft.Json.JsonProperty(PropertyName="customData")]
public string CustomData { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="customData")>]
member this.CustomData : string with get, set
Public Property CustomData As String
Valeur de propriété
- Attributs
-
Newtonsoft.Json.JsonPropertyAttribute
S’applique à
Azure SDK for .NET