Share via


VirtualMachineExtensionListResponse.ResourceExtension.Publisher Property

 

Optional. The provider namespace of the extension. The provider namespace for Azure extensions is Microsoft.Compute.

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

Syntax

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

Property Value

Type: System.String

See Also

VirtualMachineExtensionListResponse.ResourceExtension Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top