MonitoredSubscriptionsOperations interface
Interface representing a MonitoredSubscriptions operations.
Properties
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Add the subscriptions that should be monitored by the Dynatrace monitor resource. |
| delete | Updates the subscriptions that are being monitored by the Dynatrace monitor resource |
| get | List the subscriptions currently being monitored by the Dynatrace monitor resource. |
| list | List the subscriptions currently being monitored by the Dynatrace monitor resource. |
| update | Updates the subscriptions that are being monitored by the Dynatrace monitor resource |
Property Details
beginCreateOrUpdate
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, monitorName: string, options?: MonitoredSubscriptionsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<MonitoredSubscriptionProperties>, MonitoredSubscriptionProperties>>
Property Value
(resourceGroupName: string, monitorName: string, options?: MonitoredSubscriptionsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<MonitoredSubscriptionProperties>, MonitoredSubscriptionProperties>>
beginCreateOrUpdateAndWait
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, monitorName: string, options?: MonitoredSubscriptionsCreateOrUpdateOptionalParams) => Promise<MonitoredSubscriptionProperties>
Property Value
(resourceGroupName: string, monitorName: string, options?: MonitoredSubscriptionsCreateOrUpdateOptionalParams) => Promise<MonitoredSubscriptionProperties>
beginDelete
Warning
This API is now deprecated.
use delete instead
beginDelete: (resourceGroupName: string, monitorName: string, options?: MonitoredSubscriptionsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Property Value
(resourceGroupName: string, monitorName: string, options?: MonitoredSubscriptionsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Warning
This API is now deprecated.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, monitorName: string, options?: MonitoredSubscriptionsDeleteOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, monitorName: string, options?: MonitoredSubscriptionsDeleteOptionalParams) => Promise<void>
beginUpdate
Warning
This API is now deprecated.
use update instead
beginUpdate: (resourceGroupName: string, monitorName: string, options?: MonitoredSubscriptionsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<MonitoredSubscriptionProperties>, MonitoredSubscriptionProperties>>
Property Value
(resourceGroupName: string, monitorName: string, options?: MonitoredSubscriptionsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<MonitoredSubscriptionProperties>, MonitoredSubscriptionProperties>>
beginUpdateAndWait
Warning
This API is now deprecated.
use update instead
beginUpdateAndWait: (resourceGroupName: string, monitorName: string, options?: MonitoredSubscriptionsUpdateOptionalParams) => Promise<MonitoredSubscriptionProperties>
Property Value
(resourceGroupName: string, monitorName: string, options?: MonitoredSubscriptionsUpdateOptionalParams) => Promise<MonitoredSubscriptionProperties>
createOrUpdate
Add the subscriptions that should be monitored by the Dynatrace monitor resource.
createOrUpdate: (resourceGroupName: string, monitorName: string, options?: MonitoredSubscriptionsCreateOrUpdateOptionalParams) => PollerLike<OperationState<MonitoredSubscriptionProperties>, MonitoredSubscriptionProperties>
Property Value
(resourceGroupName: string, monitorName: string, options?: MonitoredSubscriptionsCreateOrUpdateOptionalParams) => PollerLike<OperationState<MonitoredSubscriptionProperties>, MonitoredSubscriptionProperties>
delete
Updates the subscriptions that are being monitored by the Dynatrace monitor resource
delete: (resourceGroupName: string, monitorName: string, options?: MonitoredSubscriptionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Property Value
(resourceGroupName: string, monitorName: string, options?: MonitoredSubscriptionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
List the subscriptions currently being monitored by the Dynatrace monitor resource.
get: (resourceGroupName: string, monitorName: string, options?: MonitoredSubscriptionsGetOptionalParams) => Promise<MonitoredSubscriptionProperties>
Property Value
(resourceGroupName: string, monitorName: string, options?: MonitoredSubscriptionsGetOptionalParams) => Promise<MonitoredSubscriptionProperties>
list
List the subscriptions currently being monitored by the Dynatrace monitor resource.
list: (resourceGroupName: string, monitorName: string, options?: MonitoredSubscriptionsListOptionalParams) => PagedAsyncIterableIterator<MonitoredSubscriptionProperties, MonitoredSubscriptionProperties[], PageSettings>
Property Value
(resourceGroupName: string, monitorName: string, options?: MonitoredSubscriptionsListOptionalParams) => PagedAsyncIterableIterator<MonitoredSubscriptionProperties, MonitoredSubscriptionProperties[], PageSettings>
update
Updates the subscriptions that are being monitored by the Dynatrace monitor resource
update: (resourceGroupName: string, monitorName: string, options?: MonitoredSubscriptionsUpdateOptionalParams) => PollerLike<OperationState<MonitoredSubscriptionProperties>, MonitoredSubscriptionProperties>
Property Value
(resourceGroupName: string, monitorName: string, options?: MonitoredSubscriptionsUpdateOptionalParams) => PollerLike<OperationState<MonitoredSubscriptionProperties>, MonitoredSubscriptionProperties>