Documentation ¶
Index ¶
- func ExampleApplicationsClient_BeginCreate()
- func ExampleApplicationsClient_BeginDelete()
- func ExampleApplicationsClient_GetAzureAsyncOperationStatus()
- func ExampleApplicationsClient_Get_getApplicationOnHdInsightClusterCreationInProgress()
- func ExampleApplicationsClient_Get_getApplicationOnHdInsightClusterSuccessfullyCreated()
- func ExampleApplicationsClient_NewListByClusterPager()
- func ExampleClustersClient_BeginCreate_createClusterWithAvailabilityZones()
- func ExampleClustersClient_BeginCreate_createClusterWithComputeIsolationProperties()
- func ExampleClustersClient_BeginCreate_createClusterWithEncryptionAtHost()
- func ExampleClustersClient_BeginCreate_createClusterWithEncryptionInTransit()
- func ExampleClustersClient_BeginCreate_createClusterWithNetworkProperties()
- func ExampleClustersClient_BeginCreate_createClusterWithTls12()
- func ExampleClustersClient_BeginCreate_createHadoopClusterWithAzureDataLakeStorageGen2()
- func ExampleClustersClient_BeginCreate_createHadoopOnLinuxClusterWithSshPassword()
- func ExampleClustersClient_BeginCreate_createHadoopOnLinuxClusterWithSshPublicKey()
- func ExampleClustersClient_BeginCreate_createHdInsightClusterWithAutoscaleConfiguration()
- func ExampleClustersClient_BeginCreate_createKafkaClusterWithKafkaRestProxy()
- func ExampleClustersClient_BeginCreate_createSecureHadoopCluster()
- func ExampleClustersClient_BeginCreate_createSparkOnLinuxClusterWithSshPassword()
- func ExampleClustersClient_BeginDelete()
- func ExampleClustersClient_BeginExecuteScriptActions()
- func ExampleClustersClient_BeginResize()
- func ExampleClustersClient_BeginRotateDiskEncryptionKey()
- func ExampleClustersClient_BeginUpdateAutoScaleConfiguration_disableAutoscaleForTheHdInsightCluster()
- func ExampleClustersClient_BeginUpdateAutoScaleConfiguration_enableOrUpdateAutoscaleWithTheLoadBasedConfigurationForHdInsightCluster()
- func ExampleClustersClient_BeginUpdateAutoScaleConfiguration_enableOrUpdateAutoscaleWithTheScheduleBasedConfigurationForHdInsightCluster()
- func ExampleClustersClient_BeginUpdateGatewaySettings()
- func ExampleClustersClient_BeginUpdateIdentityCertificate()
- func ExampleClustersClient_GetAzureAsyncOperationStatus()
- func ExampleClustersClient_GetGatewaySettings()
- func ExampleClustersClient_Get_getHadoopOnLinuxCluster()
- func ExampleClustersClient_Get_getSparkOnLinuxCluster()
- func ExampleClustersClient_NewListByResourceGroupPager()
- func ExampleClustersClient_NewListPager()
- func ExampleClustersClient_Update()
- func ExampleConfigurationsClient_BeginUpdate_disableHttpConnectivity()
- func ExampleConfigurationsClient_BeginUpdate_enableHttpConnectivity()
- func ExampleConfigurationsClient_Get()
- func ExampleConfigurationsClient_List()
- func ExampleExtensionsClient_BeginCreate()
- func ExampleExtensionsClient_BeginDelete()
- func ExampleExtensionsClient_BeginDisableAzureMonitor()
- func ExampleExtensionsClient_BeginDisableMonitoring()
- func ExampleExtensionsClient_BeginEnableAzureMonitor()
- func ExampleExtensionsClient_BeginEnableMonitoring()
- func ExampleExtensionsClient_Get()
- func ExampleExtensionsClient_GetAzureAsyncOperationStatus()
- func ExampleExtensionsClient_GetAzureMonitorStatus()
- func ExampleExtensionsClient_GetMonitoringStatus()
- func ExampleLocationsClient_CheckNameAvailability()
- func ExampleLocationsClient_GetAzureAsyncOperationStatus()
- func ExampleLocationsClient_GetCapabilities()
- func ExampleLocationsClient_ListBillingSpecs()
- func ExampleLocationsClient_ListUsages()
- func ExampleLocationsClient_ValidateClusterCreateRequest()
- func ExamplePrivateEndpointConnectionsClient_BeginCreateOrUpdate()
- func ExamplePrivateEndpointConnectionsClient_BeginDelete()
- func ExamplePrivateEndpointConnectionsClient_Get()
- func ExamplePrivateEndpointConnectionsClient_NewListByClusterPager()
- func ExamplePrivateLinkResourcesClient_Get()
- func ExamplePrivateLinkResourcesClient_ListByCluster()
- func ExampleScriptActionsClient_Delete()
- func ExampleScriptActionsClient_GetExecutionAsyncOperationStatus()
- func ExampleScriptActionsClient_GetExecutionDetail()
- func ExampleScriptActionsClient_NewListByClusterPager()
- func ExampleScriptExecutionHistoryClient_NewListByClusterPager()
- func ExampleScriptExecutionHistoryClient_Promote()
- func ExampleVirtualMachinesClient_BeginRestartHosts()
- func ExampleVirtualMachinesClient_GetAsyncOperationStatus()
- func ExampleVirtualMachinesClient_ListHosts()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExampleApplicationsClient_BeginCreate ¶
func ExampleApplicationsClient_BeginCreate()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/CreateApplication.json
func ExampleApplicationsClient_BeginDelete ¶
func ExampleApplicationsClient_BeginDelete()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/DeleteApplication.json
func ExampleApplicationsClient_GetAzureAsyncOperationStatus ¶
func ExampleApplicationsClient_GetAzureAsyncOperationStatus()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetApplicationCreationAsyncOperationStatus.json
func ExampleApplicationsClient_Get_getApplicationOnHdInsightClusterCreationInProgress ¶
func ExampleApplicationsClient_Get_getApplicationOnHdInsightClusterCreationInProgress()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetApplicationInProgress.json
func ExampleApplicationsClient_Get_getApplicationOnHdInsightClusterSuccessfullyCreated ¶
func ExampleApplicationsClient_Get_getApplicationOnHdInsightClusterSuccessfullyCreated()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetApplicationCreated.json
func ExampleApplicationsClient_NewListByClusterPager ¶
func ExampleApplicationsClient_NewListByClusterPager()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetAllApplications.json
func ExampleClustersClient_BeginCreate_createClusterWithAvailabilityZones ¶
func ExampleClustersClient_BeginCreate_createClusterWithAvailabilityZones()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/CreateHDInsightClusterWithAvailabilityZones.json
func ExampleClustersClient_BeginCreate_createClusterWithComputeIsolationProperties ¶
func ExampleClustersClient_BeginCreate_createClusterWithComputeIsolationProperties()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/CreateHDInsightClusterWithComputeIsolationProperties.json
func ExampleClustersClient_BeginCreate_createClusterWithEncryptionAtHost ¶
func ExampleClustersClient_BeginCreate_createClusterWithEncryptionAtHost()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/CreateHDInsightClusterWithEncryptionAtHost.json
func ExampleClustersClient_BeginCreate_createClusterWithEncryptionInTransit ¶
func ExampleClustersClient_BeginCreate_createClusterWithEncryptionInTransit()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/CreateHDInsightClusterWithEncryptionInTransit.json
func ExampleClustersClient_BeginCreate_createClusterWithNetworkProperties ¶
func ExampleClustersClient_BeginCreate_createClusterWithNetworkProperties()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/CreateHDInsightClusterWithCustomNetworkProperties.json
func ExampleClustersClient_BeginCreate_createClusterWithTls12 ¶
func ExampleClustersClient_BeginCreate_createClusterWithTls12()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/CreateHDInsightClusterWithTLS12.json
func ExampleClustersClient_BeginCreate_createHadoopClusterWithAzureDataLakeStorageGen2 ¶
func ExampleClustersClient_BeginCreate_createHadoopClusterWithAzureDataLakeStorageGen2()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/CreateLinuxHadoopAdlsGen2.json
func ExampleClustersClient_BeginCreate_createHadoopOnLinuxClusterWithSshPassword ¶
func ExampleClustersClient_BeginCreate_createHadoopOnLinuxClusterWithSshPassword()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/CreateLinuxHadoopSshPassword.json
func ExampleClustersClient_BeginCreate_createHadoopOnLinuxClusterWithSshPublicKey ¶
func ExampleClustersClient_BeginCreate_createHadoopOnLinuxClusterWithSshPublicKey()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/CreateLinuxHadoopSshPublicKey.json
func ExampleClustersClient_BeginCreate_createHdInsightClusterWithAutoscaleConfiguration ¶
func ExampleClustersClient_BeginCreate_createHdInsightClusterWithAutoscaleConfiguration()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/CreateHDInsightClusterWithAutoscaleConfig.json
func ExampleClustersClient_BeginCreate_createKafkaClusterWithKafkaRestProxy ¶
func ExampleClustersClient_BeginCreate_createKafkaClusterWithKafkaRestProxy()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/CreateKafkaClusterWithKafkaRestProxy.json
func ExampleClustersClient_BeginCreate_createSecureHadoopCluster ¶
func ExampleClustersClient_BeginCreate_createSecureHadoopCluster()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/CreateLinuxHadoopSecureHadoop.json
func ExampleClustersClient_BeginCreate_createSparkOnLinuxClusterWithSshPassword ¶
func ExampleClustersClient_BeginCreate_createSparkOnLinuxClusterWithSshPassword()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/CreateLinuxSparkSshPassword.json
func ExampleClustersClient_BeginDelete ¶
func ExampleClustersClient_BeginDelete()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/DeleteLinuxHadoopCluster.json
func ExampleClustersClient_BeginExecuteScriptActions ¶
func ExampleClustersClient_BeginExecuteScriptActions()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/PostExecuteScriptAction.json
func ExampleClustersClient_BeginResize ¶
func ExampleClustersClient_BeginResize()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/ResizeLinuxHadoopCluster.json
func ExampleClustersClient_BeginRotateDiskEncryptionKey ¶
func ExampleClustersClient_BeginRotateDiskEncryptionKey()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/RotateLinuxHadoopClusterDiskEncryptionKey.json
func ExampleClustersClient_BeginUpdateAutoScaleConfiguration_disableAutoscaleForTheHdInsightCluster ¶
func ExampleClustersClient_BeginUpdateAutoScaleConfiguration_disableAutoscaleForTheHdInsightCluster()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/DisableClusterAutoScale.json
func ExampleClustersClient_BeginUpdateAutoScaleConfiguration_enableOrUpdateAutoscaleWithTheLoadBasedConfigurationForHdInsightCluster ¶
func ExampleClustersClient_BeginUpdateAutoScaleConfiguration_enableOrUpdateAutoscaleWithTheLoadBasedConfigurationForHdInsightCluster()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/EnableOrUpdateAutoScaleWithLoadBasedConfiguration.json
func ExampleClustersClient_BeginUpdateAutoScaleConfiguration_enableOrUpdateAutoscaleWithTheScheduleBasedConfigurationForHdInsightCluster ¶
func ExampleClustersClient_BeginUpdateAutoScaleConfiguration_enableOrUpdateAutoscaleWithTheScheduleBasedConfigurationForHdInsightCluster()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/EnableOrUpdateAutoScaleWithScheduleBasedConfiguration.json
func ExampleClustersClient_BeginUpdateGatewaySettings ¶
func ExampleClustersClient_BeginUpdateGatewaySettings()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/HDI_Clusters_UpdateGatewaySettings_Enable.json
func ExampleClustersClient_BeginUpdateIdentityCertificate ¶
func ExampleClustersClient_BeginUpdateIdentityCertificate()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/HDI_Clusters_UpdateClusterIdentityCertificate.json
func ExampleClustersClient_GetAzureAsyncOperationStatus ¶
func ExampleClustersClient_GetAzureAsyncOperationStatus()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetClusterCreatingAsyncOperationStatus.json
func ExampleClustersClient_GetGatewaySettings ¶
func ExampleClustersClient_GetGatewaySettings()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/HDI_Clusters_GetGatewaySettings.json
func ExampleClustersClient_Get_getHadoopOnLinuxCluster ¶
func ExampleClustersClient_Get_getHadoopOnLinuxCluster()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetLinuxHadoopCluster.json
func ExampleClustersClient_Get_getSparkOnLinuxCluster ¶
func ExampleClustersClient_Get_getSparkOnLinuxCluster()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetLinuxSparkCluster.json
func ExampleClustersClient_NewListByResourceGroupPager ¶
func ExampleClustersClient_NewListByResourceGroupPager()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetLinuxHadoopAllClustersInResourceGroup.json
func ExampleClustersClient_NewListPager ¶
func ExampleClustersClient_NewListPager()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetLinuxHadoopAllClusters.json
func ExampleClustersClient_Update ¶
func ExampleClustersClient_Update()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/PatchLinuxHadoopCluster.json
func ExampleConfigurationsClient_BeginUpdate_disableHttpConnectivity ¶
func ExampleConfigurationsClient_BeginUpdate_disableHttpConnectivity()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/ChangeHttpConnectivityDisable.json
func ExampleConfigurationsClient_BeginUpdate_enableHttpConnectivity ¶
func ExampleConfigurationsClient_BeginUpdate_enableHttpConnectivity()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/ChangeHttpConnectivityEnable.json
func ExampleConfigurationsClient_Get ¶
func ExampleConfigurationsClient_Get()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/HDI_Configurations_Get.json
func ExampleConfigurationsClient_List ¶
func ExampleConfigurationsClient_List()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/HDI_Configurations_List.json
func ExampleExtensionsClient_BeginCreate ¶
func ExampleExtensionsClient_BeginCreate()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/CreateExtension.json
func ExampleExtensionsClient_BeginDelete ¶
func ExampleExtensionsClient_BeginDelete()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/DeleteExtension.json
func ExampleExtensionsClient_BeginDisableAzureMonitor ¶
func ExampleExtensionsClient_BeginDisableAzureMonitor()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/DisableLinuxClusterAzureMonitor.json
func ExampleExtensionsClient_BeginDisableMonitoring ¶
func ExampleExtensionsClient_BeginDisableMonitoring()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/DisableLinuxClusterMonitoring.json
func ExampleExtensionsClient_BeginEnableAzureMonitor ¶
func ExampleExtensionsClient_BeginEnableAzureMonitor()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/EnableLinuxClusterAzureMonitor.json
func ExampleExtensionsClient_BeginEnableMonitoring ¶
func ExampleExtensionsClient_BeginEnableMonitoring()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/EnableLinuxClusterMonitoring.json
func ExampleExtensionsClient_Get ¶
func ExampleExtensionsClient_Get()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetExtension.json
func ExampleExtensionsClient_GetAzureAsyncOperationStatus ¶
func ExampleExtensionsClient_GetAzureAsyncOperationStatus()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetExtensionCreationAsyncOperationStatus.json
func ExampleExtensionsClient_GetAzureMonitorStatus ¶
func ExampleExtensionsClient_GetAzureMonitorStatus()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetLinuxClusterAzureMonitorStatus.json
func ExampleExtensionsClient_GetMonitoringStatus ¶
func ExampleExtensionsClient_GetMonitoringStatus()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetLinuxClusterMonitoringStatus.json
func ExampleLocationsClient_CheckNameAvailability ¶
func ExampleLocationsClient_CheckNameAvailability()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/HDI_Locations_CheckClusterNameAvailability.json
func ExampleLocationsClient_GetAzureAsyncOperationStatus ¶
func ExampleLocationsClient_GetAzureAsyncOperationStatus()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/HDI_Locations_GetAsyncOperationStatus.json
func ExampleLocationsClient_GetCapabilities ¶
func ExampleLocationsClient_GetCapabilities()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetHDInsightCapabilities.json
func ExampleLocationsClient_ListBillingSpecs ¶
func ExampleLocationsClient_ListBillingSpecs()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/HDI_Locations_ListBillingSpecs.json
func ExampleLocationsClient_ListUsages ¶
func ExampleLocationsClient_ListUsages()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetHDInsightUsages.json
func ExampleLocationsClient_ValidateClusterCreateRequest ¶
func ExampleLocationsClient_ValidateClusterCreateRequest()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/HDI_Locations_ValidateClusterCreateRequest.json
func ExamplePrivateEndpointConnectionsClient_BeginCreateOrUpdate ¶
func ExamplePrivateEndpointConnectionsClient_BeginCreateOrUpdate()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/ApprovePrivateEndpointConnection.json
func ExamplePrivateEndpointConnectionsClient_BeginDelete ¶
func ExamplePrivateEndpointConnectionsClient_BeginDelete()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/DeletePrivateEndpointConnection.json
func ExamplePrivateEndpointConnectionsClient_Get ¶
func ExamplePrivateEndpointConnectionsClient_Get()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetPrivateEndpointConnection.json
func ExamplePrivateEndpointConnectionsClient_NewListByClusterPager ¶
func ExamplePrivateEndpointConnectionsClient_NewListByClusterPager()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetAllPrivateEndpointConnectionsInCluster.json
func ExamplePrivateLinkResourcesClient_Get ¶
func ExamplePrivateLinkResourcesClient_Get()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetPrivateLinkResource.json
func ExamplePrivateLinkResourcesClient_ListByCluster ¶
func ExamplePrivateLinkResourcesClient_ListByCluster()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetAllPrivateLinkResourcesInCluster.json
func ExampleScriptActionsClient_Delete ¶
func ExampleScriptActionsClient_Delete()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/DeleteScriptAction.json
func ExampleScriptActionsClient_GetExecutionAsyncOperationStatus ¶
func ExampleScriptActionsClient_GetExecutionAsyncOperationStatus()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetScriptExecutionAsyncOperationStatus.json
func ExampleScriptActionsClient_GetExecutionDetail ¶
func ExampleScriptActionsClient_GetExecutionDetail()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetScriptActionById.json
func ExampleScriptActionsClient_NewListByClusterPager ¶
func ExampleScriptActionsClient_NewListByClusterPager()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetLinuxHadoopScriptAction.json
func ExampleScriptExecutionHistoryClient_NewListByClusterPager ¶
func ExampleScriptExecutionHistoryClient_NewListByClusterPager()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetScriptExecutionHistory.json
func ExampleScriptExecutionHistoryClient_Promote ¶
func ExampleScriptExecutionHistoryClient_Promote()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/PromoteLinuxHadoopScriptAction.json
func ExampleVirtualMachinesClient_BeginRestartHosts ¶
func ExampleVirtualMachinesClient_BeginRestartHosts()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/RestartVirtualMachinesOperation.json
func ExampleVirtualMachinesClient_GetAsyncOperationStatus ¶
func ExampleVirtualMachinesClient_GetAsyncOperationStatus()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetRestartHostsAsyncOperationStatus.json
func ExampleVirtualMachinesClient_ListHosts ¶
func ExampleVirtualMachinesClient_ListHosts()
Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/7a2ac91de424f271cf91cc8009f3fe9ee8249086/specification/hdinsight/resource-manager/Microsoft.HDInsight/stable/2021-06-01/examples/GetClusterVirtualMachines.json
Types ¶
This section is empty.
Source Files ¶
- ApprovePrivateEndpointConnection.go
- ChangeHttpConnectivityDisable.go
- ChangeHttpConnectivityEnable.go
- CreateApplication.go
- CreateExtension.go
- CreateHDInsightClusterWithAutoscaleConfig.go
- CreateHDInsightClusterWithAvailabilityZones.go
- CreateHDInsightClusterWithComputeIsolationProperties.go
- CreateHDInsightClusterWithCustomNetworkProperties.go
- CreateHDInsightClusterWithEncryptionAtHost.go
- CreateHDInsightClusterWithEncryptionInTransit.go
- CreateHDInsightClusterWithTLS12.go
- CreateKafkaClusterWithKafkaRestProxy.go
- CreateLinuxHadoopAdlsGen2.go
- CreateLinuxHadoopSecureHadoop.go
- CreateLinuxHadoopSshPassword.go
- CreateLinuxHadoopSshPublicKey.go
- CreateLinuxSparkSshPassword.go
- DeleteApplication.go
- DeleteExtension.go
- DeleteLinuxHadoopCluster.go
- DeletePrivateEndpointConnection.go
- DeleteScriptAction.go
- DisableClusterAutoScale.go
- DisableLinuxClusterAzureMonitor.go
- DisableLinuxClusterMonitoring.go
- EnableLinuxClusterAzureMonitor.go
- EnableLinuxClusterMonitoring.go
- EnableOrUpdateAutoScaleWithLoadBasedConfiguration.go
- EnableOrUpdateAutoScaleWithScheduleBasedConfiguration.go
- GetAllApplications.go
- GetAllPrivateEndpointConnectionsInCluster.go
- GetAllPrivateLinkResourcesInCluster.go
- GetApplicationCreated.go
- GetApplicationCreationAsyncOperationStatus.go
- GetApplicationInProgress.go
- GetClusterCreatingAsyncOperationStatus.go
- GetClusterVirtualMachines.go
- GetExtension.go
- GetExtensionCreationAsyncOperationStatus.go
- GetHDInsightCapabilities.go
- GetHDInsightUsages.go
- GetLinuxClusterAzureMonitorStatus.go
- GetLinuxClusterMonitoringStatus.go
- GetLinuxHadoopAllClusters.go
- GetLinuxHadoopAllClustersInResourceGroup.go
- GetLinuxHadoopCluster.go
- GetLinuxHadoopScriptAction.go
- GetLinuxSparkCluster.go
- GetPrivateEndpointConnection.go
- GetPrivateLinkResource.go
- GetRestartHostsAsyncOperationStatus.go
- GetScriptActionById.go
- GetScriptExecutionAsyncOperationStatus.go
- GetScriptExecutionHistory.go
- HDI_Clusters_GetGatewaySettings.go
- HDI_Clusters_UpdateClusterIdentityCertificate.go
- HDI_Clusters_UpdateGatewaySettings_Enable.go
- HDI_Configurations_Get.go
- HDI_Configurations_List.go
- HDI_Locations_CheckClusterNameAvailability.go
- HDI_Locations_GetAsyncOperationStatus.go
- HDI_Locations_ListBillingSpecs.go
- HDI_Locations_ValidateClusterCreateRequest.go
- PatchLinuxHadoopCluster.go
- PostExecuteScriptAction.go
- PromoteLinuxHadoopScriptAction.go
- ResizeLinuxHadoopCluster.go
- RestartVirtualMachinesOperation.go
- RotateLinuxHadoopClusterDiskEncryptionKey.go