< Back

Revoke-AzureRmHDInsightHttpServicesAccess

Tue Jan 29, 2019 9:48 pm

NAME Revoke-AzureRmHDInsightHttpServicesAccess



SYNOPSIS

Disables HTTP access to the cluster.





SYNTAX

Revoke-AzureRmHDInsightHttpServicesAccess [-ClusterName] <String> [-DefaultProfile <IAzureContextContainer>] [-ResourceGroupName <String>]

[<CommonParameters>]





DESCRIPTION

The Revoke-AzureRmHDInsightHttpServicesAccess cmdlet disables HTTP access to an Azure HDInsight cluster for ODBC, Ambari, Oozie and webHCatalog

web services.





PARAMETERS

-ClusterName <String>

Specifies the name of the cluster.



Required? true

Position? 0

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-DefaultProfile <IAzureContextContainer>

The credentials, account, tenant, and subscription used for communication with azure



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-ResourceGroupName <String>

Specifies the name of the resource group.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None

This cmdlet does not accept any input.





OUTPUTS

Microsoft.Azure.Management.HDInsight.Models.HttpConnectivitySettings







NOTES









Example 1: Disable HTTP access to a cluster



PS C:\\>Revoke-AzureRmHDInsightHttpServicesAccess `

-ClusterName "your-hadoop_001"



This command revokes HTTP access to the cluster named your-hadoop_001.







RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... icesaccess

Grant-AzureRmHDInsightHttpServicesAccess