VirtualMachineOSImageCreateResponse.PublisherName Property
Optional. Specifies the name of the publisher of the image.
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
VirtualMachineOSImageCreateResponse Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top