VirtualMachineScaleSetVmExtensionData.Settings 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.
Paramètres publics au format Json pour l’extension.
Pour affecter un objet à cette propriété, utilisez FromObjectAsJson<T>(T, JsonSerializerOptions).
Pour affecter une chaîne json déjà mise en forme à cette propriété, utilisez FromString(String).
Exemples :
- BinaryData.FromObjectAsJson(« foo »)Crée une charge utile de « foo ».
- BinaryData.FromString(« \"foo\" »)Crée une charge utile de « foo ».
- BinaryData.FromObjectAsJson(new { key = « value » })Crée une charge utile de { « key »: « value » }.
- BinaryData.FromString(« {\"key\ »: \"value\"} »)Crée une charge utile de { « key »: « value » }.
public BinaryData Settings { get; set; }
member this.Settings : BinaryData with get, set
Public Property Settings As BinaryData