HostedServiceAddExtensionParameters.ProviderNamespace Property

 

Gets or sets the provider namespace of the extension.

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

public string ProviderNamespace { get; set; }

Property Value

Type: System.String

The provider namespace.

The provider namespace for Microsoft Azure extensions is Microsoft.Windows.Azure.Extensions.

Return to top
Show: