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

657 строки
57 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.datadog.fluent.MonitorsClient"
fullName: "com.azure.resourcemanager.datadog.fluent.MonitorsClient"
name: "MonitorsClient"
nameWithType: "MonitorsClient"
summary: "An instance of this class provides access to all the operations defined in Monitors<wbr>Client."
syntax: "public interface **MonitorsClient**"
methods:
- uid: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.beginCreate(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.beginCreate(String resourceGroupName, String monitorName)"
name: "beginCreate(String resourceGroupName, String monitorName)"
nameWithType: "MonitorsClient.beginCreate(String resourceGroupName, String monitorName)"
summary: "Create 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 SyncPoller<PollResult<DatadogMonitorResourceInner>,DatadogMonitorResourceInner> beginCreate(String resourceGroupName, String monitorName)"
desc: "Create a monitor resource."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.datadog.fluent.models.DatadogMonitorResourceInner?alt=com.azure.resourcemanager.datadog.fluent.models.DatadogMonitorResourceInner&text=DatadogMonitorResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.datadog.fluent.models.DatadogMonitorResourceInner?alt=com.azure.resourcemanager.datadog.fluent.models.DatadogMonitorResourceInner&text=DatadogMonitorResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.beginCreate(java.lang.String,java.lang.String,com.azure.resourcemanager.datadog.fluent.models.DatadogMonitorResourceInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.beginCreate(String resourceGroupName, String monitorName, DatadogMonitorResourceInner body, Context context)"
name: "beginCreate(String resourceGroupName, String monitorName, DatadogMonitorResourceInner body, Context context)"
nameWithType: "MonitorsClient.beginCreate(String resourceGroupName, String monitorName, DatadogMonitorResourceInner body, Context context)"
summary: "Create 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 body parameter."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.datadog.fluent.models.DatadogMonitorResourceInner?alt=com.azure.resourcemanager.datadog.fluent.models.DatadogMonitorResourceInner&text=DatadogMonitorResourceInner\" 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 SyncPoller<PollResult<DatadogMonitorResourceInner>,DatadogMonitorResourceInner> beginCreate(String resourceGroupName, String monitorName, DatadogMonitorResourceInner body, Context context)"
desc: "Create a monitor resource."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.datadog.fluent.models.DatadogMonitorResourceInner?alt=com.azure.resourcemanager.datadog.fluent.models.DatadogMonitorResourceInner&text=DatadogMonitorResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.datadog.fluent.models.DatadogMonitorResourceInner?alt=com.azure.resourcemanager.datadog.fluent.models.DatadogMonitorResourceInner&text=DatadogMonitorResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.beginDelete(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.beginDelete(String resourceGroupName, String monitorName)"
name: "beginDelete(String resourceGroupName, String monitorName)"
nameWithType: "MonitorsClient.beginDelete(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 SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String monitorName)"
desc: "Delete a monitor resource."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.beginDelete(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.beginDelete(String resourceGroupName, String monitorName, Context context)"
name: "beginDelete(String resourceGroupName, String monitorName, Context context)"
nameWithType: "MonitorsClient.beginDelete(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 SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String monitorName, Context context)"
desc: "Delete a monitor resource."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.beginUpdate(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.beginUpdate(String resourceGroupName, String monitorName)"
name: "beginUpdate(String resourceGroupName, String monitorName)"
nameWithType: "MonitorsClient.beginUpdate(String resourceGroupName, String monitorName)"
summary: "Update 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 SyncPoller<PollResult<DatadogMonitorResourceInner>,DatadogMonitorResourceInner> beginUpdate(String resourceGroupName, String monitorName)"
desc: "Update a monitor resource."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.datadog.fluent.models.DatadogMonitorResourceInner?alt=com.azure.resourcemanager.datadog.fluent.models.DatadogMonitorResourceInner&text=DatadogMonitorResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.datadog.fluent.models.DatadogMonitorResourceInner?alt=com.azure.resourcemanager.datadog.fluent.models.DatadogMonitorResourceInner&text=DatadogMonitorResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.beginUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.datadog.models.DatadogMonitorResourceUpdateParameters,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.beginUpdate(String resourceGroupName, String monitorName, DatadogMonitorResourceUpdateParameters body, Context context)"
name: "beginUpdate(String resourceGroupName, String monitorName, DatadogMonitorResourceUpdateParameters body, Context context)"
nameWithType: "MonitorsClient.beginUpdate(String resourceGroupName, String monitorName, DatadogMonitorResourceUpdateParameters body, Context context)"
summary: "Update 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 parameters for a PATCH request to a monitor resource."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.datadog.models.DatadogMonitorResourceUpdateParameters?alt=com.azure.resourcemanager.datadog.models.DatadogMonitorResourceUpdateParameters&text=DatadogMonitorResourceUpdateParameters\" 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 SyncPoller<PollResult<DatadogMonitorResourceInner>,DatadogMonitorResourceInner> beginUpdate(String resourceGroupName, String monitorName, DatadogMonitorResourceUpdateParameters body, Context context)"
desc: "Update a monitor resource."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.datadog.fluent.models.DatadogMonitorResourceInner?alt=com.azure.resourcemanager.datadog.fluent.models.DatadogMonitorResourceInner&text=DatadogMonitorResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.datadog.fluent.models.DatadogMonitorResourceInner?alt=com.azure.resourcemanager.datadog.fluent.models.DatadogMonitorResourceInner&text=DatadogMonitorResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.create(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.create(String resourceGroupName, String monitorName)"
name: "create(String resourceGroupName, String monitorName)"
nameWithType: "MonitorsClient.create(String resourceGroupName, String monitorName)"
summary: "Create 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 DatadogMonitorResourceInner create(String resourceGroupName, String monitorName)"
desc: "Create a monitor resource."
returns:
description: "the response."
type: "<xref href=\"com.azure.resourcemanager.datadog.fluent.models.DatadogMonitorResourceInner?alt=com.azure.resourcemanager.datadog.fluent.models.DatadogMonitorResourceInner&text=DatadogMonitorResourceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.create(java.lang.String,java.lang.String,com.azure.resourcemanager.datadog.fluent.models.DatadogMonitorResourceInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.create(String resourceGroupName, String monitorName, DatadogMonitorResourceInner body, Context context)"
name: "create(String resourceGroupName, String monitorName, DatadogMonitorResourceInner body, Context context)"
nameWithType: "MonitorsClient.create(String resourceGroupName, String monitorName, DatadogMonitorResourceInner body, Context context)"
summary: "Create 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 body parameter."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.datadog.fluent.models.DatadogMonitorResourceInner?alt=com.azure.resourcemanager.datadog.fluent.models.DatadogMonitorResourceInner&text=DatadogMonitorResourceInner\" 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 DatadogMonitorResourceInner create(String resourceGroupName, String monitorName, DatadogMonitorResourceInner body, Context context)"
desc: "Create a monitor resource."
returns:
description: "the response."
type: "<xref href=\"com.azure.resourcemanager.datadog.fluent.models.DatadogMonitorResourceInner?alt=com.azure.resourcemanager.datadog.fluent.models.DatadogMonitorResourceInner&text=DatadogMonitorResourceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.delete(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.delete(String resourceGroupName, String monitorName)"
name: "delete(String resourceGroupName, String monitorName)"
nameWithType: "MonitorsClient.delete(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 delete(String resourceGroupName, String monitorName)"
desc: "Delete a monitor resource."
- uid: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.delete(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.delete(String resourceGroupName, String monitorName, Context context)"
name: "delete(String resourceGroupName, String monitorName, Context context)"
nameWithType: "MonitorsClient.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.fluent.MonitorsClient.getByResourceGroup(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.getByResourceGroup(String resourceGroupName, String monitorName)"
name: "getByResourceGroup(String resourceGroupName, String monitorName)"
nameWithType: "MonitorsClient.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 DatadogMonitorResourceInner 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.fluent.models.DatadogMonitorResourceInner?alt=com.azure.resourcemanager.datadog.fluent.models.DatadogMonitorResourceInner&text=DatadogMonitorResourceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.getByResourceGroupWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.getByResourceGroupWithResponse(String resourceGroupName, String monitorName, Context context)"
name: "getByResourceGroupWithResponse(String resourceGroupName, String monitorName, Context context)"
nameWithType: "MonitorsClient.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<DatadogMonitorResourceInner> 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.fluent.models.DatadogMonitorResourceInner?alt=com.azure.resourcemanager.datadog.fluent.models.DatadogMonitorResourceInner&text=DatadogMonitorResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.getDefaultKey(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.getDefaultKey(String resourceGroupName, String monitorName)"
name: "getDefaultKey(String resourceGroupName, String monitorName)"
nameWithType: "MonitorsClient.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 DatadogApiKeyInner getDefaultKey(String resourceGroupName, String monitorName)"
desc: "Get the default api key."
returns:
description: "the default api key."
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\" />"
- uid: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.getDefaultKeyWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.getDefaultKeyWithResponse(String resourceGroupName, String monitorName, Context context)"
name: "getDefaultKeyWithResponse(String resourceGroupName, String monitorName, Context context)"
nameWithType: "MonitorsClient.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<DatadogApiKeyInner> 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.fluent.models.DatadogApiKeyInner?alt=com.azure.resourcemanager.datadog.fluent.models.DatadogApiKeyInner&text=DatadogApiKeyInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.list()"
fullName: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.list()"
name: "list()"
nameWithType: "MonitorsClient.list()"
summary: "List all monitors under the specified subscription."
modifiers:
- "abstract"
syntax: "public abstract PagedIterable<DatadogMonitorResourceInner> 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.fluent.models.DatadogMonitorResourceInner?alt=com.azure.resourcemanager.datadog.fluent.models.DatadogMonitorResourceInner&text=DatadogMonitorResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.list(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.list(Context context)"
name: "list(Context context)"
nameWithType: "MonitorsClient.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<DatadogMonitorResourceInner> 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.fluent.models.DatadogMonitorResourceInner?alt=com.azure.resourcemanager.datadog.fluent.models.DatadogMonitorResourceInner&text=DatadogMonitorResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.listApiKeys(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.listApiKeys(String resourceGroupName, String monitorName)"
name: "listApiKeys(String resourceGroupName, String monitorName)"
nameWithType: "MonitorsClient.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<DatadogApiKeyInner> 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.fluent.models.DatadogApiKeyInner?alt=com.azure.resourcemanager.datadog.fluent.models.DatadogApiKeyInner&text=DatadogApiKeyInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.listApiKeys(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.listApiKeys(String resourceGroupName, String monitorName, Context context)"
name: "listApiKeys(String resourceGroupName, String monitorName, Context context)"
nameWithType: "MonitorsClient.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<DatadogApiKeyInner> 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.fluent.models.DatadogApiKeyInner?alt=com.azure.resourcemanager.datadog.fluent.models.DatadogApiKeyInner&text=DatadogApiKeyInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.listByResourceGroup(java.lang.String)"
fullName: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.listByResourceGroup(String resourceGroupName)"
name: "listByResourceGroup(String resourceGroupName)"
nameWithType: "MonitorsClient.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<DatadogMonitorResourceInner> 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.fluent.models.DatadogMonitorResourceInner?alt=com.azure.resourcemanager.datadog.fluent.models.DatadogMonitorResourceInner&text=DatadogMonitorResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.listByResourceGroup(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.listByResourceGroup(String resourceGroupName, Context context)"
name: "listByResourceGroup(String resourceGroupName, Context context)"
nameWithType: "MonitorsClient.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<DatadogMonitorResourceInner> 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.fluent.models.DatadogMonitorResourceInner?alt=com.azure.resourcemanager.datadog.fluent.models.DatadogMonitorResourceInner&text=DatadogMonitorResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.listHosts(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.listHosts(String resourceGroupName, String monitorName)"
name: "listHosts(String resourceGroupName, String monitorName)"
nameWithType: "MonitorsClient.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<DatadogHostInner> 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.fluent.models.DatadogHostInner?alt=com.azure.resourcemanager.datadog.fluent.models.DatadogHostInner&text=DatadogHostInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.listHosts(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.listHosts(String resourceGroupName, String monitorName, Context context)"
name: "listHosts(String resourceGroupName, String monitorName, Context context)"
nameWithType: "MonitorsClient.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<DatadogHostInner> 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.fluent.models.DatadogHostInner?alt=com.azure.resourcemanager.datadog.fluent.models.DatadogHostInner&text=DatadogHostInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.listLinkedResources(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.listLinkedResources(String resourceGroupName, String monitorName)"
name: "listLinkedResources(String resourceGroupName, String monitorName)"
nameWithType: "MonitorsClient.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<LinkedResourceInner> 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.fluent.models.LinkedResourceInner?alt=com.azure.resourcemanager.datadog.fluent.models.LinkedResourceInner&text=LinkedResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.listLinkedResources(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.listLinkedResources(String resourceGroupName, String monitorName, Context context)"
name: "listLinkedResources(String resourceGroupName, String monitorName, Context context)"
nameWithType: "MonitorsClient.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<LinkedResourceInner> 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.fluent.models.LinkedResourceInner?alt=com.azure.resourcemanager.datadog.fluent.models.LinkedResourceInner&text=LinkedResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.listMonitoredResources(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.listMonitoredResources(String resourceGroupName, String monitorName)"
name: "listMonitoredResources(String resourceGroupName, String monitorName)"
nameWithType: "MonitorsClient.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<MonitoredResourceInner> 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.fluent.models.MonitoredResourceInner?alt=com.azure.resourcemanager.datadog.fluent.models.MonitoredResourceInner&text=MonitoredResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.listMonitoredResources(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.listMonitoredResources(String resourceGroupName, String monitorName, Context context)"
name: "listMonitoredResources(String resourceGroupName, String monitorName, Context context)"
nameWithType: "MonitorsClient.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<MonitoredResourceInner> 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.fluent.models.MonitoredResourceInner?alt=com.azure.resourcemanager.datadog.fluent.models.MonitoredResourceInner&text=MonitoredResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.refreshSetPasswordLink(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.refreshSetPasswordLink(String resourceGroupName, String monitorName)"
name: "refreshSetPasswordLink(String resourceGroupName, String monitorName)"
nameWithType: "MonitorsClient.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 DatadogSetPasswordLinkInner 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.fluent.models.DatadogSetPasswordLinkInner?alt=com.azure.resourcemanager.datadog.fluent.models.DatadogSetPasswordLinkInner&text=DatadogSetPasswordLinkInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.refreshSetPasswordLinkWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.refreshSetPasswordLinkWithResponse(String resourceGroupName, String monitorName, Context context)"
name: "refreshSetPasswordLinkWithResponse(String resourceGroupName, String monitorName, Context context)"
nameWithType: "MonitorsClient.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<DatadogSetPasswordLinkInner> 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.fluent.models.DatadogSetPasswordLinkInner?alt=com.azure.resourcemanager.datadog.fluent.models.DatadogSetPasswordLinkInner&text=DatadogSetPasswordLinkInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.setDefaultKey(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.setDefaultKey(String resourceGroupName, String monitorName)"
name: "setDefaultKey(String resourceGroupName, String monitorName)"
nameWithType: "MonitorsClient.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.fluent.MonitorsClient.setDefaultKeyWithResponse(java.lang.String,java.lang.String,com.azure.resourcemanager.datadog.fluent.models.DatadogApiKeyInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.setDefaultKeyWithResponse(String resourceGroupName, String monitorName, DatadogApiKeyInner body, Context context)"
name: "setDefaultKeyWithResponse(String resourceGroupName, String monitorName, DatadogApiKeyInner body, Context context)"
nameWithType: "MonitorsClient.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;"
- uid: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.update(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.update(String resourceGroupName, String monitorName)"
name: "update(String resourceGroupName, String monitorName)"
nameWithType: "MonitorsClient.update(String resourceGroupName, String monitorName)"
summary: "Update 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 DatadogMonitorResourceInner update(String resourceGroupName, String monitorName)"
desc: "Update a monitor resource."
returns:
description: "the response."
type: "<xref href=\"com.azure.resourcemanager.datadog.fluent.models.DatadogMonitorResourceInner?alt=com.azure.resourcemanager.datadog.fluent.models.DatadogMonitorResourceInner&text=DatadogMonitorResourceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.update(java.lang.String,java.lang.String,com.azure.resourcemanager.datadog.models.DatadogMonitorResourceUpdateParameters,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.datadog.fluent.MonitorsClient.update(String resourceGroupName, String monitorName, DatadogMonitorResourceUpdateParameters body, Context context)"
name: "update(String resourceGroupName, String monitorName, DatadogMonitorResourceUpdateParameters body, Context context)"
nameWithType: "MonitorsClient.update(String resourceGroupName, String monitorName, DatadogMonitorResourceUpdateParameters body, Context context)"
summary: "Update 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 parameters for a PATCH request to a monitor resource."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.datadog.models.DatadogMonitorResourceUpdateParameters?alt=com.azure.resourcemanager.datadog.models.DatadogMonitorResourceUpdateParameters&text=DatadogMonitorResourceUpdateParameters\" 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 DatadogMonitorResourceInner update(String resourceGroupName, String monitorName, DatadogMonitorResourceUpdateParameters body, Context context)"
desc: "Update a monitor resource."
returns:
description: "the response."
type: "<xref href=\"com.azure.resourcemanager.datadog.fluent.models.DatadogMonitorResourceInner?alt=com.azure.resourcemanager.datadog.fluent.models.DatadogMonitorResourceInner&text=DatadogMonitorResourceInner\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in MonitorsClient."
metadata: {}
package: "com.azure.resourcemanager.datadog.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-datadog:1.0.0