MonitoredSubscriptionProperties Interface
public interface MonitoredSubscriptionProperties
An immutable client-side representation of MonitoredSubscriptionProperties.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
id()
Gets the id property: The id of the monitored subscription resource. |
|
abstract
Monitored |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: Name of the monitored subscription resource. |
|
abstract
Subscription |
properties()
Gets the properties property: The request to update subscriptions needed to be monitored by the Datadog monitor resource. |
|
abstract
Monitored |
refresh()
Refreshes the resource to sync with Azure. |
|
abstract
Monitored |
refresh(Context context)
Refreshes the resource to sync with Azure. |
| abstract String |
resourceGroupName()
Gets the name of the resource group. |
| abstract String |
type()
Gets the type property: The type of the monitored subscription resource. |
| abstract Update |
update()
Begins update for the Monitored |
Method Details
id
public abstract String id()
Gets the id property: The id of the monitored subscription resource.
Returns:
innerModel
public abstract MonitoredSubscriptionPropertiesInner innerModel()
Gets the inner com.azure.resourcemanager.datadog.fluent.models.MonitoredSubscriptionPropertiesInner object.
Returns:
name
public abstract String name()
Gets the name property: Name of the monitored subscription resource.
Returns:
properties
public abstract SubscriptionList properties()
Gets the properties property: The request to update subscriptions needed to be monitored by the Datadog monitor resource.
Returns:
refresh
public abstract MonitoredSubscriptionProperties refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract MonitoredSubscriptionProperties refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
type
public abstract String type()
Gets the type property: The type of the monitored subscription resource.
Returns:
update
public abstract MonitoredSubscriptionProperties.Update update()
Begins update for the MonitoredSubscriptionProperties resource.
Returns: