VirtualMachineOSImageGetResponse.PublisherName Property

 

Optional. The name of the publisher of this OS Image in Azure.

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top