azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.a...

55 строки
4.4 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.applicationinsights.models.ComponentFeatureCapabilities"
fullName: "com.azure.resourcemanager.applicationinsights.models.ComponentFeatureCapabilities"
name: "ComponentFeatureCapabilities"
nameWithType: "ComponentFeatureCapabilities"
summary: "Resource collection API of Component<wbr>Feature<wbr>Capabilities."
syntax: "public interface **ComponentFeatureCapabilities**"
methods:
- uid: "com.azure.resourcemanager.applicationinsights.models.ComponentFeatureCapabilities.get(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.applicationinsights.models.ComponentFeatureCapabilities.get(String resourceGroupName, String resourceName)"
name: "get(String resourceGroupName, String resourceName)"
nameWithType: "ComponentFeatureCapabilities.get(String resourceGroupName, String resourceName)"
summary: "Returns feature capabilities of the application insights component."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Application Insights component resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract ApplicationInsightsComponentFeatureCapabilities get(String resourceGroupName, String resourceName)"
desc: "Returns feature capabilities of the application insights component."
returns:
description: "an Application Insights component feature capabilities."
type: "<xref href=\"com.azure.resourcemanager.applicationinsights.models.ApplicationInsightsComponentFeatureCapabilities?alt=com.azure.resourcemanager.applicationinsights.models.ApplicationInsightsComponentFeatureCapabilities&text=ApplicationInsightsComponentFeatureCapabilities\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.applicationinsights.models.ComponentFeatureCapabilities.getWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.applicationinsights.models.ComponentFeatureCapabilities.getWithResponse(String resourceGroupName, String resourceName, Context context)"
name: "getWithResponse(String resourceGroupName, String resourceName, Context context)"
nameWithType: "ComponentFeatureCapabilities.getWithResponse(String resourceGroupName, String resourceName, Context context)"
summary: "Returns feature capabilities of the application insights component."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Application Insights component resource."
name: "resourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<ApplicationInsightsComponentFeatureCapabilities> getWithResponse(String resourceGroupName, String resourceName, Context context)"
desc: "Returns feature capabilities of the application insights component."
returns:
description: "an Application Insights component feature capabilities along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.applicationinsights.models.ApplicationInsightsComponentFeatureCapabilities?alt=com.azure.resourcemanager.applicationinsights.models.ApplicationInsightsComponentFeatureCapabilities&text=ApplicationInsightsComponentFeatureCapabilities\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of ComponentFeatureCapabilities."
metadata: {}
package: "com.azure.resourcemanager.applicationinsights.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-applicationinsights:1.0.0