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

153 строки
11 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.datadog.models.TagRules"
fullName: "com.azure.resourcemanager.datadog.models.TagRules"
name: "TagRules"
nameWithType: "TagRules"
summary: "Resource collection API of Tag<wbr>Rules."
syntax: "public interface **TagRules**"
methods:
- uid: "com.azure.resourcemanager.datadog.models.TagRules.define(java.lang.String)"
fullName: "com.azure.resourcemanager.datadog.models.TagRules.define(String name)"
name: "define(String name)"
nameWithType: "TagRules.define(String name)"
summary: "Begins definition for a new Monitoring<wbr>Tag<wbr>Rules resource."
modifiers:
- "abstract"
parameters:
- description: "resource name."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract MonitoringTagRules.DefinitionStages.Blank define(String name)"
desc: "Begins definition for a new MonitoringTagRules resource."
returns:
description: "the first stage of the new MonitoringTagRules definition."
type: "<xref href=\"com.azure.resourcemanager.datadog.models.MonitoringTagRules.DefinitionStages.Blank?alt=com.azure.resourcemanager.datadog.models.MonitoringTagRules.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.datadog.models.TagRules.get(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.datadog.models.TagRules.get(String resourceGroupName, String monitorName, String ruleSetName)"
name: "get(String resourceGroupName, String monitorName, String ruleSetName)"
nameWithType: "TagRules.get(String resourceGroupName, String monitorName, String ruleSetName)"
summary: "Get a tag rule set for a given monitor resource."
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: "Monitor resource name."
name: "monitorName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Rule set name."
name: "ruleSetName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract MonitoringTagRules get(String resourceGroupName, String monitorName, String ruleSetName)"
desc: "Get a tag rule set for a given monitor resource."
returns:
description: "a tag rule set for a given monitor resource."
type: "<xref href=\"com.azure.resourcemanager.datadog.models.MonitoringTagRules?alt=com.azure.resourcemanager.datadog.models.MonitoringTagRules&text=MonitoringTagRules\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.datadog.models.TagRules.getById(java.lang.String)"
fullName: "com.azure.resourcemanager.datadog.models.TagRules.getById(String id)"
name: "getById(String id)"
nameWithType: "TagRules.getById(String id)"
summary: "Get a tag rule set for a given monitor resource."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract MonitoringTagRules getById(String id)"
desc: "Get a tag rule set for a given monitor resource."
returns:
description: "a tag rule set for a given monitor resource 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.resourcemanager.datadog.models.MonitoringTagRules?alt=com.azure.resourcemanager.datadog.models.MonitoringTagRules&text=MonitoringTagRules\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.datadog.models.TagRules.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.datadog.models.TagRules.getByIdWithResponse(String id, Context context)"
name: "getByIdWithResponse(String id, Context context)"
nameWithType: "TagRules.getByIdWithResponse(String id, Context context)"
summary: "Get a tag rule set for a given monitor resource."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
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<MonitoringTagRules> getByIdWithResponse(String id, Context context)"
desc: "Get a tag rule set for a given monitor resource."
returns:
description: "a tag rule set for a given monitor resource 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.datadog.models.MonitoringTagRules?alt=com.azure.resourcemanager.datadog.models.MonitoringTagRules&text=MonitoringTagRules\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.datadog.models.TagRules.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.datadog.models.TagRules.getWithResponse(String resourceGroupName, String monitorName, String ruleSetName, Context context)"
name: "getWithResponse(String resourceGroupName, String monitorName, String ruleSetName, Context context)"
nameWithType: "TagRules.getWithResponse(String resourceGroupName, String monitorName, String ruleSetName, Context context)"
summary: "Get a tag rule set for a given monitor resource."
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: "Monitor resource name."
name: "monitorName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Rule set name."
name: "ruleSetName"
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<MonitoringTagRules> getWithResponse(String resourceGroupName, String monitorName, String ruleSetName, Context context)"
desc: "Get a tag rule set for a given monitor resource."
returns:
description: "a tag rule set for a given monitor resource 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.datadog.models.MonitoringTagRules?alt=com.azure.resourcemanager.datadog.models.MonitoringTagRules&text=MonitoringTagRules\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.datadog.models.TagRules.list(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.datadog.models.TagRules.list(String resourceGroupName, String monitorName)"
name: "list(String resourceGroupName, String monitorName)"
nameWithType: "TagRules.list(String resourceGroupName, String monitorName)"
summary: "List the tag rules for a given monitor resource."
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: "Monitor resource name."
name: "monitorName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<MonitoringTagRules> list(String resourceGroupName, String monitorName)"
desc: "List the tag rules for a given monitor resource."
returns:
description: "response of a list operation as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.datadog.models.MonitoringTagRules?alt=com.azure.resourcemanager.datadog.models.MonitoringTagRules&text=MonitoringTagRules\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.datadog.models.TagRules.list(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.datadog.models.TagRules.list(String resourceGroupName, String monitorName, Context context)"
name: "list(String resourceGroupName, String monitorName, Context context)"
nameWithType: "TagRules.list(String resourceGroupName, String monitorName, Context context)"
summary: "List the tag rules for a given monitor resource."
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: "Monitor resource name."
name: "monitorName"
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 PagedIterable<MonitoringTagRules> list(String resourceGroupName, String monitorName, Context context)"
desc: "List the tag rules for a given monitor resource."
returns:
description: "response of a list operation as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.datadog.models.MonitoringTagRules?alt=com.azure.resourcemanager.datadog.models.MonitoringTagRules&text=MonitoringTagRules\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of TagRules."
metadata: {}
package: "com.azure.resourcemanager.datadog.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-datadog:1.0.0