ProviderInstancesOperations interface

Interface representing a ProviderInstances operations.

Properties

beginCreate
beginCreateAndWait
beginDelete
beginDeleteAndWait
create

The product Microsoft.Workloads/sapMonitors (AMS Classic) is officially retired as of May 31, 2023.

delete

The product Microsoft.Workloads/sapMonitors (AMS Classic) is officially retired as of May 31, 2023.

get

The product Microsoft.Workloads/sapMonitors (AMS Classic) is officially retired as of May 31, 2023.

list

The product Microsoft.Workloads/sapMonitors (AMS Classic) is officially retired as of May 31, 2023.

Property Details

beginCreate

Warning

This API is now deprecated.

use create instead

beginCreate: (resourceGroupName: string, sapMonitorName: string, providerInstanceName: string, providerInstanceParameter: ProviderInstance, options?: ProviderInstancesCreateOptionalParams) => Promise<SimplePollerLike<OperationState<ProviderInstance>, ProviderInstance>>

Property Value

(resourceGroupName: string, sapMonitorName: string, providerInstanceName: string, providerInstanceParameter: ProviderInstance, options?: ProviderInstancesCreateOptionalParams) => Promise<SimplePollerLike<OperationState<ProviderInstance>, ProviderInstance>>

beginCreateAndWait

Warning

This API is now deprecated.

use create instead

beginCreateAndWait: (resourceGroupName: string, sapMonitorName: string, providerInstanceName: string, providerInstanceParameter: ProviderInstance, options?: ProviderInstancesCreateOptionalParams) => Promise<ProviderInstance>

Property Value

(resourceGroupName: string, sapMonitorName: string, providerInstanceName: string, providerInstanceParameter: ProviderInstance, options?: ProviderInstancesCreateOptionalParams) => Promise<ProviderInstance>

beginDelete

Warning

This API is now deprecated.

use delete instead

beginDelete: (resourceGroupName: string, sapMonitorName: string, providerInstanceName: string, options?: ProviderInstancesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Property Value

(resourceGroupName: string, sapMonitorName: string, providerInstanceName: string, options?: ProviderInstancesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Warning

This API is now deprecated.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, sapMonitorName: string, providerInstanceName: string, options?: ProviderInstancesDeleteOptionalParams) => Promise<void>

Property Value

(resourceGroupName: string, sapMonitorName: string, providerInstanceName: string, options?: ProviderInstancesDeleteOptionalParams) => Promise<void>

create

The product Microsoft.Workloads/sapMonitors (AMS Classic) is officially retired as of May 31, 2023.

create: (resourceGroupName: string, sapMonitorName: string, providerInstanceName: string, providerInstanceParameter: ProviderInstance, options?: ProviderInstancesCreateOptionalParams) => PollerLike<OperationState<ProviderInstance>, ProviderInstance>

Property Value

(resourceGroupName: string, sapMonitorName: string, providerInstanceName: string, providerInstanceParameter: ProviderInstance, options?: ProviderInstancesCreateOptionalParams) => PollerLike<OperationState<ProviderInstance>, ProviderInstance>

delete

The product Microsoft.Workloads/sapMonitors (AMS Classic) is officially retired as of May 31, 2023.

delete: (resourceGroupName: string, sapMonitorName: string, providerInstanceName: string, options?: ProviderInstancesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Property Value

(resourceGroupName: string, sapMonitorName: string, providerInstanceName: string, options?: ProviderInstancesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

The product Microsoft.Workloads/sapMonitors (AMS Classic) is officially retired as of May 31, 2023.

get: (resourceGroupName: string, sapMonitorName: string, providerInstanceName: string, options?: ProviderInstancesGetOptionalParams) => Promise<ProviderInstance>

Property Value

(resourceGroupName: string, sapMonitorName: string, providerInstanceName: string, options?: ProviderInstancesGetOptionalParams) => Promise<ProviderInstance>

list

The product Microsoft.Workloads/sapMonitors (AMS Classic) is officially retired as of May 31, 2023.

list: (resourceGroupName: string, sapMonitorName: string, options?: ProviderInstancesListOptionalParams) => PagedAsyncIterableIterator<ProviderInstance, ProviderInstance[], PageSettings>

Property Value

(resourceGroupName: string, sapMonitorName: string, options?: ProviderInstancesListOptionalParams) => PagedAsyncIterableIterator<ProviderInstance, ProviderInstance[], PageSettings>