MonitoredSubscriptions Interface
public interface MonitoredSubscriptions
Resource collection API of MonitoredSubscriptions.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Blank |
define(String name)
Begins definition for a new Monitored |
| abstract void |
delete(String resourceGroupName, String monitorName, String configurationName)
Updates the subscriptions that are being monitored by the Datadog monitor resource. |
| abstract void |
delete(String resourceGroupName, String monitorName, String configurationName, Context context)
Updates the subscriptions that are being monitored by the Datadog monitor resource. |
| abstract void |
deleteById(String id)
Updates the subscriptions that are being monitored by the Datadog monitor resource. |
| abstract void |
deleteByIdWithResponse(String id, Context context)
Updates the subscriptions that are being monitored by the Datadog monitor resource. |
|
abstract
Monitored |
get(String resourceGroupName, String monitorName, String configurationName)
List the subscriptions currently being monitored by the Datadog monitor resource. |
|
abstract
Monitored |
getById(String id)
List the subscriptions currently being monitored by the Datadog monitor resource. |
|
abstract
Response<Monitored |
getByIdWithResponse(String id, Context context)
List the subscriptions currently being monitored by the Datadog monitor resource. |
|
abstract
Response<Monitored |
getWithResponse(String resourceGroupName, String monitorName, String configurationName, Context context)
List the subscriptions currently being monitored by the Datadog monitor resource. |
|
abstract
Paged |
list(String resourceGroupName, String monitorName)
List the subscriptions currently being monitored by the Datadog monitor resource. |
|
abstract
Paged |
list(String resourceGroupName, String monitorName, Context context)
List the subscriptions currently being monitored by the Datadog monitor resource. |
Method Details
define
public abstract MonitoredSubscriptionProperties.DefinitionStages.Blank define(String name)
Begins definition for a new MonitoredSubscriptionProperties resource.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String monitorName, String configurationName)
Updates the subscriptions that are being monitored by the Datadog monitor resource.
Parameters:
delete
public abstract void delete(String resourceGroupName, String monitorName, String configurationName, Context context)
Updates the subscriptions that are being monitored by the Datadog monitor resource.
Parameters:
deleteById
public abstract void deleteById(String id)
Updates the subscriptions that are being monitored by the Datadog monitor resource.
Parameters:
deleteByIdWithResponse
public abstract void deleteByIdWithResponse(String id, Context context)
Updates the subscriptions that are being monitored by the Datadog monitor resource.
Parameters:
get
public abstract MonitoredSubscriptionProperties get(String resourceGroupName, String monitorName, String configurationName)
List the subscriptions currently being monitored by the Datadog monitor resource.
Parameters:
Returns:
getById
public abstract MonitoredSubscriptionProperties getById(String id)
List the subscriptions currently being monitored by the Datadog monitor resource.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<MonitoredSubscriptionProperties> getByIdWithResponse(String id, Context context)
List the subscriptions currently being monitored by the Datadog monitor resource.
Parameters:
Returns:
getWithResponse
public abstract Response<MonitoredSubscriptionProperties> getWithResponse(String resourceGroupName, String monitorName, String configurationName, Context context)
List the subscriptions currently being monitored by the Datadog monitor resource.
Parameters:
Returns:
list
public abstract PagedIterable<MonitoredSubscriptionProperties> list(String resourceGroupName, String monitorName)
List the subscriptions currently being monitored by the Datadog monitor resource.
Parameters:
Returns:
list
public abstract PagedIterable<MonitoredSubscriptionProperties> list(String resourceGroupName, String monitorName, Context context)
List the subscriptions currently being monitored by the Datadog monitor resource.
Parameters:
Returns: