Compartilhar via


ExtensionImage.PublicConfigurationSchema Propriedade

 

Opcional. Opcional. O esquema XSD de dados de configuração pública.

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

Sintaxe

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

Valor de propriedade

Type: System.String

Consulte também

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

Retornar ao topo