azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.managem...

145 строки
12 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.hdinsight.v2018_06_01_preview.Extensions"
fullName: "com.microsoft.azure.management.hdinsight.v2018_06_01_preview.Extensions"
name: "Extensions"
nameWithType: "Extensions"
summary: "Type representing Extensions."
syntax: "public interface **Extensions**</br> extends <xref href=\"com.microsoft.azure.arm.model.HasInner?alt=com.microsoft.azure.arm.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.hdinsight.v2018_06_01_preview.implementation.ExtensionsInner?alt=com.microsoft.azure.management.hdinsight.v2018_06_01_preview.implementation.ExtensionsInner&text=ExtensionsInner\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.hdinsight.v2018_06_01_preview.Extensions.createAsync(java.lang.String,java.lang.String,java.lang.String,com.microsoft.azure.management.hdinsight.v2018_06_01_preview.implementation.ExtensionInner)"
fullName: "com.microsoft.azure.management.hdinsight.v2018_06_01_preview.Extensions.createAsync(String resourceGroupName, String clusterName, String extensionName, ExtensionInner parameters)"
name: "createAsync(String resourceGroupName, String clusterName, String extensionName, ExtensionInner parameters)"
nameWithType: "Extensions.createAsync(String resourceGroupName, String clusterName, String extensionName, ExtensionInner parameters)"
summary: "Creates an HDInsight cluster extension."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the cluster."
name: "clusterName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the cluster extension."
name: "extensionName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The cluster extensions create request."
name: "parameters"
type: "<xref href=\"com.microsoft.azure.management.hdinsight.v2018_06_01_preview.implementation.ExtensionInner?alt=com.microsoft.azure.management.hdinsight.v2018_06_01_preview.implementation.ExtensionInner&text=ExtensionInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Completable createAsync(String resourceGroupName, String clusterName, String extensionName, ExtensionInner parameters)"
desc: "Creates an HDInsight cluster extension."
returns:
description: "the observable for the request"
type: "<xref href=\"rx.Completable?alt=rx.Completable&text=Completable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.hdinsight.v2018_06_01_preview.Extensions.deleteAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.hdinsight.v2018_06_01_preview.Extensions.deleteAsync(String resourceGroupName, String clusterName, String extensionName)"
name: "deleteAsync(String resourceGroupName, String clusterName, String extensionName)"
nameWithType: "Extensions.deleteAsync(String resourceGroupName, String clusterName, String extensionName)"
summary: "Deletes the specified extension for HDInsight cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the cluster."
name: "clusterName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the cluster extension."
name: "extensionName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Completable deleteAsync(String resourceGroupName, String clusterName, String extensionName)"
desc: "Deletes the specified extension for HDInsight cluster."
returns:
description: "the observable for the request"
type: "<xref href=\"rx.Completable?alt=rx.Completable&text=Completable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.hdinsight.v2018_06_01_preview.Extensions.disableMonitoringAsync(java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.hdinsight.v2018_06_01_preview.Extensions.disableMonitoringAsync(String resourceGroupName, String clusterName)"
name: "disableMonitoringAsync(String resourceGroupName, String clusterName)"
nameWithType: "Extensions.disableMonitoringAsync(String resourceGroupName, String clusterName)"
summary: "Disables the Operations Management Suite (OMS) on the HDInsight cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the cluster."
name: "clusterName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Completable disableMonitoringAsync(String resourceGroupName, String clusterName)"
desc: "Disables the Operations Management Suite (OMS) on the HDInsight cluster."
returns:
description: "the observable for the request"
type: "<xref href=\"rx.Completable?alt=rx.Completable&text=Completable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.hdinsight.v2018_06_01_preview.Extensions.enableMonitoringAsync(java.lang.String,java.lang.String,com.microsoft.azure.management.hdinsight.v2018_06_01_preview.ClusterMonitoringRequest)"
fullName: "com.microsoft.azure.management.hdinsight.v2018_06_01_preview.Extensions.enableMonitoringAsync(String resourceGroupName, String clusterName, ClusterMonitoringRequest parameters)"
name: "enableMonitoringAsync(String resourceGroupName, String clusterName, ClusterMonitoringRequest parameters)"
nameWithType: "Extensions.enableMonitoringAsync(String resourceGroupName, String clusterName, ClusterMonitoringRequest parameters)"
summary: "Enables the Operations Management Suite (OMS) on the HDInsight cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the cluster."
name: "clusterName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The Operations Management Suite (OMS) workspace parameters."
name: "parameters"
type: "<xref href=\"com.microsoft.azure.management.hdinsight.v2018_06_01_preview.ClusterMonitoringRequest?alt=com.microsoft.azure.management.hdinsight.v2018_06_01_preview.ClusterMonitoringRequest&text=ClusterMonitoringRequest\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Completable enableMonitoringAsync(String resourceGroupName, String clusterName, ClusterMonitoringRequest parameters)"
desc: "Enables the Operations Management Suite (OMS) on the HDInsight cluster."
returns:
description: "the observable for the request"
type: "<xref href=\"rx.Completable?alt=rx.Completable&text=Completable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.hdinsight.v2018_06_01_preview.Extensions.getAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.hdinsight.v2018_06_01_preview.Extensions.getAsync(String resourceGroupName, String clusterName, String extensionName)"
name: "getAsync(String resourceGroupName, String clusterName, String extensionName)"
nameWithType: "Extensions.getAsync(String resourceGroupName, String clusterName, String extensionName)"
summary: "Gets the extension properties for the specified HDInsight cluster extension."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the cluster."
name: "clusterName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the cluster extension."
name: "extensionName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<Extension> getAsync(String resourceGroupName, String clusterName, String extensionName)"
desc: "Gets the extension properties for the specified HDInsight cluster extension."
returns:
description: "the observable for the request"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.hdinsight.v2018_06_01_preview.Extension?alt=com.microsoft.azure.management.hdinsight.v2018_06_01_preview.Extension&text=Extension\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.hdinsight.v2018_06_01_preview.Extensions.getMonitoringStatusAsync(java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.hdinsight.v2018_06_01_preview.Extensions.getMonitoringStatusAsync(String resourceGroupName, String clusterName)"
name: "getMonitoringStatusAsync(String resourceGroupName, String clusterName)"
nameWithType: "Extensions.getMonitoringStatusAsync(String resourceGroupName, String clusterName)"
summary: "Gets the status of Operations Management Suite (OMS) on the HDInsight cluster."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the cluster."
name: "clusterName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<ClusterMonitoringResponse> getMonitoringStatusAsync(String resourceGroupName, String clusterName)"
desc: "Gets the status of Operations Management Suite (OMS) on the HDInsight cluster."
returns:
description: "the observable for the request"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.hdinsight.v2018_06_01_preview.ClusterMonitoringResponse?alt=com.microsoft.azure.management.hdinsight.v2018_06_01_preview.ClusterMonitoringResponse&text=ClusterMonitoringResponse\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Type representing Extensions."
implements:
- "<xref href=\"com.microsoft.azure.arm.model.HasInner?alt=com.microsoft.azure.arm.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.hdinsight.v2018_06_01_preview.implementation.ExtensionsInner?alt=com.microsoft.azure.management.hdinsight.v2018_06_01_preview.implementation.ExtensionsInner&text=ExtensionsInner\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.hdinsight.v2018_06_01_preview"
artifact: com.microsoft.azure.hdinsight.v2018_06_01_preview:azure-mgmt-hdinsight:1.3.2