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

520 строки
40 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.datadog.models.Monitors"
fullName: "com.azure.resourcemanager.datadog.models.Monitors"
name: "Monitors"
nameWithType: "Monitors"
summary: "Resource collection API of Monitors."
syntax: "public interface **Monitors**"
methods:
- uid: "com.azure.resourcemanager.datadog.models.Monitors.define(java.lang.String)"
fullName: "com.azure.resourcemanager.datadog.models.Monitors.define(String name)"
name: "define(String name)"
nameWithType: "Monitors.define(String name)"
summary: "Begins definition for a new Datadog<wbr>Monitor<wbr>Resource 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 DatadogMonitorResource.DefinitionStages.Blank define(String name)"
desc: "Begins definition for a new DatadogMonitorResource resource."
returns:
description: "the first stage of the new DatadogMonitorResource definition."
type: "<xref href=\"com.azure.resourcemanager.datadog.models.DatadogMonitorResource.DefinitionStages.Blank?alt=com.azure.resourcemanager.datadog.models.DatadogMonitorResource.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.datadog.models.Monitors.delete(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.datadog.models.Monitors.delete(String resourceGroupName, String monitorName, Context context)"
name: "delete(String resourceGroupName, String monitorName, Context context)"
nameWithType: "Monitors.delete(String resourceGroupName, String monitorName, Context context)"
summary: "Delete a 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 void delete(String resourceGroupName, String monitorName, Context context)"
desc: "Delete a monitor resource."
- uid: "com.azure.resourcemanager.datadog.models.Monitors.deleteById(java.lang.String)"
fullName: "com.azure.resourcemanager.datadog.models.Monitors.deleteById(String id)"
name: "deleteById(String id)"
nameWithType: "Monitors.deleteById(String id)"
summary: "Delete a 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 void deleteById(String id)"
desc: "Delete a monitor resource."
- uid: "com.azure.resourcemanager.datadog.models.Monitors.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.datadog.models.Monitors.deleteByIdWithResponse(String id, Context context)"
name: "deleteByIdWithResponse(String id, Context context)"
nameWithType: "Monitors.deleteByIdWithResponse(String id, Context context)"
summary: "Delete a 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 void deleteByIdWithResponse(String id, Context context)"
desc: "Delete a monitor resource."
- uid: "com.azure.resourcemanager.datadog.models.Monitors.deleteByResourceGroup(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.datadog.models.Monitors.deleteByResourceGroup(String resourceGroupName, String monitorName)"
name: "deleteByResourceGroup(String resourceGroupName, String monitorName)"
nameWithType: "Monitors.deleteByResourceGroup(String resourceGroupName, String monitorName)"
summary: "Delete a 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 void deleteByResourceGroup(String resourceGroupName, String monitorName)"
desc: "Delete a monitor resource."
- uid: "com.azure.resourcemanager.datadog.models.Monitors.getById(java.lang.String)"
fullName: "com.azure.resourcemanager.datadog.models.Monitors.getById(String id)"
name: "getById(String id)"
nameWithType: "Monitors.getById(String id)"
summary: "Get the properties of a specific 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 DatadogMonitorResource getById(String id)"
desc: "Get the properties of a specific monitor resource."
returns:
description: "the properties of a specific 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.DatadogMonitorResource?alt=com.azure.resourcemanager.datadog.models.DatadogMonitorResource&text=DatadogMonitorResource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.datadog.models.Monitors.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.datadog.models.Monitors.getByIdWithResponse(String id, Context context)"
name: "getByIdWithResponse(String id, Context context)"
nameWithType: "Monitors.getByIdWithResponse(String id, Context context)"
summary: "Get the properties of a specific 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<DatadogMonitorResource> getByIdWithResponse(String id, Context context)"
desc: "Get the properties of a specific monitor resource."
returns:
description: "the properties of a specific 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.DatadogMonitorResource?alt=com.azure.resourcemanager.datadog.models.DatadogMonitorResource&text=DatadogMonitorResource\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.datadog.models.Monitors.getByResourceGroup(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.datadog.models.Monitors.getByResourceGroup(String resourceGroupName, String monitorName)"
name: "getByResourceGroup(String resourceGroupName, String monitorName)"
nameWithType: "Monitors.getByResourceGroup(String resourceGroupName, String monitorName)"
summary: "Get the properties of a specific 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 DatadogMonitorResource getByResourceGroup(String resourceGroupName, String monitorName)"
desc: "Get the properties of a specific monitor resource."
returns:
description: "the properties of a specific monitor resource."
type: "<xref href=\"com.azure.resourcemanager.datadog.models.DatadogMonitorResource?alt=com.azure.resourcemanager.datadog.models.DatadogMonitorResource&text=DatadogMonitorResource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.datadog.models.Monitors.getByResourceGroupWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.datadog.models.Monitors.getByResourceGroupWithResponse(String resourceGroupName, String monitorName, Context context)"
name: "getByResourceGroupWithResponse(String resourceGroupName, String monitorName, Context context)"
nameWithType: "Monitors.getByResourceGroupWithResponse(String resourceGroupName, String monitorName, Context context)"
summary: "Get the properties of a specific 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 Response<DatadogMonitorResource> getByResourceGroupWithResponse(String resourceGroupName, String monitorName, Context context)"
desc: "Get the properties of a specific monitor resource."
returns:
description: "the properties of a specific 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.DatadogMonitorResource?alt=com.azure.resourcemanager.datadog.models.DatadogMonitorResource&text=DatadogMonitorResource\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.datadog.models.Monitors.getDefaultKey(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.datadog.models.Monitors.getDefaultKey(String resourceGroupName, String monitorName)"
name: "getDefaultKey(String resourceGroupName, String monitorName)"
nameWithType: "Monitors.getDefaultKey(String resourceGroupName, String monitorName)"
summary: "Get the default api key."
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 DatadogApiKey getDefaultKey(String resourceGroupName, String monitorName)"
desc: "Get the default api key."
returns:
description: "the default api key."
type: "<xref href=\"com.azure.resourcemanager.datadog.models.DatadogApiKey?alt=com.azure.resourcemanager.datadog.models.DatadogApiKey&text=DatadogApiKey\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.datadog.models.Monitors.getDefaultKeyWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.datadog.models.Monitors.getDefaultKeyWithResponse(String resourceGroupName, String monitorName, Context context)"
name: "getDefaultKeyWithResponse(String resourceGroupName, String monitorName, Context context)"
nameWithType: "Monitors.getDefaultKeyWithResponse(String resourceGroupName, String monitorName, Context context)"
summary: "Get the default api key."
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 Response<DatadogApiKey> getDefaultKeyWithResponse(String resourceGroupName, String monitorName, Context context)"
desc: "Get the default api key."
returns:
description: "the default api key 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.DatadogApiKey?alt=com.azure.resourcemanager.datadog.models.DatadogApiKey&text=DatadogApiKey\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.datadog.models.Monitors.list()"
fullName: "com.azure.resourcemanager.datadog.models.Monitors.list()"
name: "list()"
nameWithType: "Monitors.list()"
summary: "List all monitors under the specified subscription."
modifiers:
- "abstract"
syntax: "public abstract PagedIterable<DatadogMonitorResource> list()"
desc: "List all monitors under the specified subscription."
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.DatadogMonitorResource?alt=com.azure.resourcemanager.datadog.models.DatadogMonitorResource&text=DatadogMonitorResource\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.datadog.models.Monitors.list(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.datadog.models.Monitors.list(Context context)"
name: "list(Context context)"
nameWithType: "Monitors.list(Context context)"
summary: "List all monitors under the specified subscription."
modifiers:
- "abstract"
parameters:
- 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<DatadogMonitorResource> list(Context context)"
desc: "List all monitors under the specified subscription."
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.DatadogMonitorResource?alt=com.azure.resourcemanager.datadog.models.DatadogMonitorResource&text=DatadogMonitorResource\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.datadog.models.Monitors.listApiKeys(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.datadog.models.Monitors.listApiKeys(String resourceGroupName, String monitorName)"
name: "listApiKeys(String resourceGroupName, String monitorName)"
nameWithType: "Monitors.listApiKeys(String resourceGroupName, String monitorName)"
summary: "List the api keys 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<DatadogApiKey> listApiKeys(String resourceGroupName, String monitorName)"
desc: "List the api keys 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.DatadogApiKey?alt=com.azure.resourcemanager.datadog.models.DatadogApiKey&text=DatadogApiKey\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.datadog.models.Monitors.listApiKeys(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.datadog.models.Monitors.listApiKeys(String resourceGroupName, String monitorName, Context context)"
name: "listApiKeys(String resourceGroupName, String monitorName, Context context)"
nameWithType: "Monitors.listApiKeys(String resourceGroupName, String monitorName, Context context)"
summary: "List the api keys 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<DatadogApiKey> listApiKeys(String resourceGroupName, String monitorName, Context context)"
desc: "List the api keys 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.DatadogApiKey?alt=com.azure.resourcemanager.datadog.models.DatadogApiKey&text=DatadogApiKey\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.datadog.models.Monitors.listByResourceGroup(java.lang.String)"
fullName: "com.azure.resourcemanager.datadog.models.Monitors.listByResourceGroup(String resourceGroupName)"
name: "listByResourceGroup(String resourceGroupName)"
nameWithType: "Monitors.listByResourceGroup(String resourceGroupName)"
summary: "List all monitors under the specified resource group."
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>"
syntax: "public abstract PagedIterable<DatadogMonitorResource> listByResourceGroup(String resourceGroupName)"
desc: "List all monitors under the specified resource group."
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.DatadogMonitorResource?alt=com.azure.resourcemanager.datadog.models.DatadogMonitorResource&text=DatadogMonitorResource\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.datadog.models.Monitors.listByResourceGroup(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.datadog.models.Monitors.listByResourceGroup(String resourceGroupName, Context context)"
name: "listByResourceGroup(String resourceGroupName, Context context)"
nameWithType: "Monitors.listByResourceGroup(String resourceGroupName, Context context)"
summary: "List all monitors under the specified resource group."
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 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<DatadogMonitorResource> listByResourceGroup(String resourceGroupName, Context context)"
desc: "List all monitors under the specified resource group."
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.DatadogMonitorResource?alt=com.azure.resourcemanager.datadog.models.DatadogMonitorResource&text=DatadogMonitorResource\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.datadog.models.Monitors.listHosts(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.datadog.models.Monitors.listHosts(String resourceGroupName, String monitorName)"
name: "listHosts(String resourceGroupName, String monitorName)"
nameWithType: "Monitors.listHosts(String resourceGroupName, String monitorName)"
summary: "List the hosts 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<DatadogHost> listHosts(String resourceGroupName, String monitorName)"
desc: "List the hosts 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.DatadogHost?alt=com.azure.resourcemanager.datadog.models.DatadogHost&text=DatadogHost\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.datadog.models.Monitors.listHosts(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.datadog.models.Monitors.listHosts(String resourceGroupName, String monitorName, Context context)"
name: "listHosts(String resourceGroupName, String monitorName, Context context)"
nameWithType: "Monitors.listHosts(String resourceGroupName, String monitorName, Context context)"
summary: "List the hosts 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<DatadogHost> listHosts(String resourceGroupName, String monitorName, Context context)"
desc: "List the hosts 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.DatadogHost?alt=com.azure.resourcemanager.datadog.models.DatadogHost&text=DatadogHost\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.datadog.models.Monitors.listLinkedResources(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.datadog.models.Monitors.listLinkedResources(String resourceGroupName, String monitorName)"
name: "listLinkedResources(String resourceGroupName, String monitorName)"
nameWithType: "Monitors.listLinkedResources(String resourceGroupName, String monitorName)"
summary: "List all Azure resources associated to the same Datadog organization as the target 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<LinkedResource> listLinkedResources(String resourceGroupName, String monitorName)"
desc: "List all Azure resources associated to the same Datadog organization as the target 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.LinkedResource?alt=com.azure.resourcemanager.datadog.models.LinkedResource&text=LinkedResource\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.datadog.models.Monitors.listLinkedResources(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.datadog.models.Monitors.listLinkedResources(String resourceGroupName, String monitorName, Context context)"
name: "listLinkedResources(String resourceGroupName, String monitorName, Context context)"
nameWithType: "Monitors.listLinkedResources(String resourceGroupName, String monitorName, Context context)"
summary: "List all Azure resources associated to the same Datadog organization as the target 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<LinkedResource> listLinkedResources(String resourceGroupName, String monitorName, Context context)"
desc: "List all Azure resources associated to the same Datadog organization as the target 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.LinkedResource?alt=com.azure.resourcemanager.datadog.models.LinkedResource&text=LinkedResource\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.datadog.models.Monitors.listMonitoredResources(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.datadog.models.Monitors.listMonitoredResources(String resourceGroupName, String monitorName)"
name: "listMonitoredResources(String resourceGroupName, String monitorName)"
nameWithType: "Monitors.listMonitoredResources(String resourceGroupName, String monitorName)"
summary: "List the resources currently being monitored by the Datadog 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<MonitoredResource> listMonitoredResources(String resourceGroupName, String monitorName)"
desc: "List the resources currently being monitored by the Datadog 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.MonitoredResource?alt=com.azure.resourcemanager.datadog.models.MonitoredResource&text=MonitoredResource\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.datadog.models.Monitors.listMonitoredResources(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.datadog.models.Monitors.listMonitoredResources(String resourceGroupName, String monitorName, Context context)"
name: "listMonitoredResources(String resourceGroupName, String monitorName, Context context)"
nameWithType: "Monitors.listMonitoredResources(String resourceGroupName, String monitorName, Context context)"
summary: "List the resources currently being monitored by the Datadog 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<MonitoredResource> listMonitoredResources(String resourceGroupName, String monitorName, Context context)"
desc: "List the resources currently being monitored by the Datadog 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.MonitoredResource?alt=com.azure.resourcemanager.datadog.models.MonitoredResource&text=MonitoredResource\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.datadog.models.Monitors.refreshSetPasswordLink(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.datadog.models.Monitors.refreshSetPasswordLink(String resourceGroupName, String monitorName)"
name: "refreshSetPasswordLink(String resourceGroupName, String monitorName)"
nameWithType: "Monitors.refreshSetPasswordLink(String resourceGroupName, String monitorName)"
summary: "Refresh the set password link and return a latest one."
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 DatadogSetPasswordLink refreshSetPasswordLink(String resourceGroupName, String monitorName)"
desc: "Refresh the set password link and return a latest one."
returns:
description: "the response."
type: "<xref href=\"com.azure.resourcemanager.datadog.models.DatadogSetPasswordLink?alt=com.azure.resourcemanager.datadog.models.DatadogSetPasswordLink&text=DatadogSetPasswordLink\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.datadog.models.Monitors.refreshSetPasswordLinkWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.datadog.models.Monitors.refreshSetPasswordLinkWithResponse(String resourceGroupName, String monitorName, Context context)"
name: "refreshSetPasswordLinkWithResponse(String resourceGroupName, String monitorName, Context context)"
nameWithType: "Monitors.refreshSetPasswordLinkWithResponse(String resourceGroupName, String monitorName, Context context)"
summary: "Refresh the set password link and return a latest one."
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 Response<DatadogSetPasswordLink> refreshSetPasswordLinkWithResponse(String resourceGroupName, String monitorName, Context context)"
desc: "Refresh the set password link and return a latest one."
returns:
description: "the response body 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.DatadogSetPasswordLink?alt=com.azure.resourcemanager.datadog.models.DatadogSetPasswordLink&text=DatadogSetPasswordLink\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.datadog.models.Monitors.setDefaultKey(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.datadog.models.Monitors.setDefaultKey(String resourceGroupName, String monitorName)"
name: "setDefaultKey(String resourceGroupName, String monitorName)"
nameWithType: "Monitors.setDefaultKey(String resourceGroupName, String monitorName)"
summary: "Set the default api key."
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 void setDefaultKey(String resourceGroupName, String monitorName)"
desc: "Set the default api key."
- uid: "com.azure.resourcemanager.datadog.models.Monitors.setDefaultKeyWithResponse(java.lang.String,java.lang.String,com.azure.resourcemanager.datadog.fluent.models.DatadogApiKeyInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.datadog.models.Monitors.setDefaultKeyWithResponse(String resourceGroupName, String monitorName, DatadogApiKeyInner body, Context context)"
name: "setDefaultKeyWithResponse(String resourceGroupName, String monitorName, DatadogApiKeyInner body, Context context)"
nameWithType: "Monitors.setDefaultKeyWithResponse(String resourceGroupName, String monitorName, DatadogApiKeyInner body, Context context)"
summary: "Set the default api key."
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 body parameter."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.datadog.fluent.models.DatadogApiKeyInner?alt=com.azure.resourcemanager.datadog.fluent.models.DatadogApiKeyInner&text=DatadogApiKeyInner\" data-throw-if-not-resolved=\"False\" />"
- 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<Void> setDefaultKeyWithResponse(String resourceGroupName, String monitorName, DatadogApiKeyInner body, Context context)"
desc: "Set the default api key."
returns:
description: "the <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;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
type: "interface"
desc: "Resource collection API of Monitors."
metadata: {}
package: "com.azure.resourcemanager.datadog.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-datadog:1.0.0