Grant-AzureHDInsightHttpServicesAccess
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Grant-AzureHDInsightHttpServicesAccess
Grants HTTP access to the cluster.
Syntax
Parameter Set: Cluster By Name (with Specific Subscription Credential)
Grant-AzureHDInsightHttpServicesAccess [-Name] <String> [-Location] <String> [[-Subscription] <String> ] [-Credential] <PSCredential> [[-Certificate] <X509Certificate2> ] [[-Endpoint] <Uri> ] [[-HostedService] <String> ] [ <CommonParameters>]
Detailed Description
Enables HTTP to access to the cluster using ODBC, Ambari, Oozie and web services.
This topic describes the cmdlet in the 0.8.1 version of the Microsoft Azure PowerShell module. To find out the version of the module you're using, from the Azure PowerShell console, type (get-module azure).version.
Parameters
-Certificate<X509Certificate2>
Management certificate of the Azure subscription
Aliases |
Cert |
Required? |
false |
Position? |
4 |
Default Value |
none |
Accept Pipeline Input? |
false |
Accept Wildcard Characters? |
false |
-Credential<PSCredential>
User name and password used for HTTP access.
Aliases |
none |
Required? |
true |
Position? |
4 |
Default Value |
none |
Accept Pipeline Input? |
false |
Accept Wildcard Characters? |
false |
-Endpoint<Uri>
Specifies the endpoint to use when connecting to Windows Azure if the endpoint is different from the default.
Aliases |
none |
Required? |
false |
Position? |
5 |
Default Value |
none |
Accept Pipeline Input? |
false |
Accept Wildcard Characters? |
false |
-HostedService<String>
The namespace of the Azure HDInsight Service if it is different from the default.
Aliases |
CloudServiceName |
Required? |
false |
Position? |
6 |
Default Value |
none |
Accept Pipeline Input? |
false |
Accept Wildcard Characters? |
false |
-Location<String>
Azure region where the cluster is located.
Aliases |
none |
Required? |
true |
Position? |
2 |
Default Value |
none |
Accept Pipeline Input? |
false |
Accept Wildcard Characters? |
false |
-Name<String>
The name of the cluster.
Aliases |
ClusterName,DnsName |
Required? |
true |
Position? |
1 |
Default Value |
none |
Accept Pipeline Input? |
True (ByValue) |
Accept Wildcard Characters? |
false |
-Subscription<String>
The subscription that contains the HDInsight cluster to which access is being granted.
Aliases |
Sub |
Required? |
false |
Position? |
3 |
Default Value |
none |
Accept Pipeline Input? |
false |
Accept Wildcard Characters? |
false |
<CommonParameters>
This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).
Inputs
The input type is the type of the objects that you can pipe to the cmdlet.
Outputs
The output type is the type of the objects that the cmdlet emits.
Examples
PS C:\>
PS C:\>