CreationSupportedOperations interface
Interface representing a CreationSupported operations.
Properties
| get | Informs if the current subscription is being already monitored for selected Dynatrace environment. |
| list | Informs if the current subscription is being already monitored for selected Dynatrace environment. |
Property Details
get
Informs if the current subscription is being already monitored for selected Dynatrace environment.
get: (dynatraceEnvironmentId: string, options?: CreationSupportedGetOptionalParams) => Promise<CreateResourceSupportedResponse>
Property Value
(dynatraceEnvironmentId: string, options?: CreationSupportedGetOptionalParams) => Promise<CreateResourceSupportedResponse>
list
Informs if the current subscription is being already monitored for selected Dynatrace environment.
list: (dynatraceEnvironmentId: string, options?: CreationSupportedListOptionalParams) => Promise<CreateResourceSupportedResponse>
Property Value
(dynatraceEnvironmentId: string, options?: CreationSupportedListOptionalParams) => Promise<CreateResourceSupportedResponse>