Share via


ExtensionImage.SampleConfig Property

 

Optional. Optional. A sample configuration for the extension. It can be downloaded by users, and the user can replace with customized input parameters. The sample configuration should be sufficiently commented. If configuration data are in XML format, then the XML document-level element must be 'Configuration', and the optional public configuration data corresponds to a child element of 'PublicConfig', and the optional private configuration data corresponds to a child element of 'PrivateConfig'. The sample configuration data should be validated against public and private configuration schema by the publisher.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Syntax

public string SampleConfig { get; set; }
public:
property String^ SampleConfig {
    String^ get();
    void set(String^ value);
}
member SampleConfig : string with get, set
Public Property SampleConfig As String

Property Value

Type: System.String

See Also

ExtensionImage Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top