HorizonDbParameterGroupsOperations interface
Interface representing a HorizonDbParameterGroups operations.
Properties
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Creates a new HorizonDb parameter group or updates an existing parameter group. |
| delete | |
| get | Gets information about a HorizonDb parameter group. |
| list |
Lists all HorizonDb parameter groups in a resource group. |
| list |
Lists all HorizonDb parameter groups in a subscription. |
| list |
Gets all connections to a parameter group. |
| list |
Lists parameter groups filtered by version number. |
| update | Updates an existing HorizonDb parameter group. |
Property Details
beginCreateOrUpdate
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, parameterGroupName: string, resource: HorizonDbParameterGroup, options?: HorizonDbParameterGroupsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<HorizonDbParameterGroup>, HorizonDbParameterGroup>>
Property Value
(resourceGroupName: string, parameterGroupName: string, resource: HorizonDbParameterGroup, options?: HorizonDbParameterGroupsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<HorizonDbParameterGroup>, HorizonDbParameterGroup>>
beginCreateOrUpdateAndWait
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, parameterGroupName: string, resource: HorizonDbParameterGroup, options?: HorizonDbParameterGroupsCreateOrUpdateOptionalParams) => Promise<HorizonDbParameterGroup>
Property Value
(resourceGroupName: string, parameterGroupName: string, resource: HorizonDbParameterGroup, options?: HorizonDbParameterGroupsCreateOrUpdateOptionalParams) => Promise<HorizonDbParameterGroup>
beginDelete
Warning
This API is now deprecated.
use delete instead
beginDelete: (resourceGroupName: string, parameterGroupName: string, options?: HorizonDbParameterGroupsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Property Value
(resourceGroupName: string, parameterGroupName: string, options?: HorizonDbParameterGroupsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Warning
This API is now deprecated.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, parameterGroupName: string, options?: HorizonDbParameterGroupsDeleteOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, parameterGroupName: string, options?: HorizonDbParameterGroupsDeleteOptionalParams) => Promise<void>
beginUpdate
Warning
This API is now deprecated.
use update instead
beginUpdate: (resourceGroupName: string, parameterGroupName: string, properties: HorizonDbParameterGroupForPatchUpdate, options?: HorizonDbParameterGroupsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<HorizonDbParameterGroup>, HorizonDbParameterGroup>>
Property Value
(resourceGroupName: string, parameterGroupName: string, properties: HorizonDbParameterGroupForPatchUpdate, options?: HorizonDbParameterGroupsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<HorizonDbParameterGroup>, HorizonDbParameterGroup>>
beginUpdateAndWait
Warning
This API is now deprecated.
use update instead
beginUpdateAndWait: (resourceGroupName: string, parameterGroupName: string, properties: HorizonDbParameterGroupForPatchUpdate, options?: HorizonDbParameterGroupsUpdateOptionalParams) => Promise<HorizonDbParameterGroup>
Property Value
(resourceGroupName: string, parameterGroupName: string, properties: HorizonDbParameterGroupForPatchUpdate, options?: HorizonDbParameterGroupsUpdateOptionalParams) => Promise<HorizonDbParameterGroup>
createOrUpdate
Creates a new HorizonDb parameter group or updates an existing parameter group.
createOrUpdate: (resourceGroupName: string, parameterGroupName: string, resource: HorizonDbParameterGroup, options?: HorizonDbParameterGroupsCreateOrUpdateOptionalParams) => PollerLike<OperationState<HorizonDbParameterGroup>, HorizonDbParameterGroup>
Property Value
(resourceGroupName: string, parameterGroupName: string, resource: HorizonDbParameterGroup, options?: HorizonDbParameterGroupsCreateOrUpdateOptionalParams) => PollerLike<OperationState<HorizonDbParameterGroup>, HorizonDbParameterGroup>
delete
delete: (resourceGroupName: string, parameterGroupName: string, options?: HorizonDbParameterGroupsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Property Value
(resourceGroupName: string, parameterGroupName: string, options?: HorizonDbParameterGroupsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Gets information about a HorizonDb parameter group.
get: (resourceGroupName: string, parameterGroupName: string, options?: HorizonDbParameterGroupsGetOptionalParams) => Promise<HorizonDbParameterGroup>
Property Value
(resourceGroupName: string, parameterGroupName: string, options?: HorizonDbParameterGroupsGetOptionalParams) => Promise<HorizonDbParameterGroup>
listByResourceGroup
Lists all HorizonDb parameter groups in a resource group.
listByResourceGroup: (resourceGroupName: string, options?: HorizonDbParameterGroupsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<HorizonDbParameterGroup, HorizonDbParameterGroup[], PageSettings>
Property Value
(resourceGroupName: string, options?: HorizonDbParameterGroupsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<HorizonDbParameterGroup, HorizonDbParameterGroup[], PageSettings>
listBySubscription
Lists all HorizonDb parameter groups in a subscription.
listBySubscription: (options?: HorizonDbParameterGroupsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<HorizonDbParameterGroup, HorizonDbParameterGroup[], PageSettings>
Property Value
(options?: HorizonDbParameterGroupsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<HorizonDbParameterGroup, HorizonDbParameterGroup[], PageSettings>
listConnections
Gets all connections to a parameter group.
listConnections: (resourceGroupName: string, parameterGroupName: string, options?: HorizonDbParameterGroupsListConnectionsOptionalParams) => PagedAsyncIterableIterator<HorizonDbParameterGroupConnectionProperties, HorizonDbParameterGroupConnectionProperties[], PageSettings>
Property Value
(resourceGroupName: string, parameterGroupName: string, options?: HorizonDbParameterGroupsListConnectionsOptionalParams) => PagedAsyncIterableIterator<HorizonDbParameterGroupConnectionProperties, HorizonDbParameterGroupConnectionProperties[], PageSettings>
listVersions
Lists parameter groups filtered by version number.
listVersions: (resourceGroupName: string, parameterGroupName: string, options?: HorizonDbParameterGroupsListVersionsOptionalParams) => PagedAsyncIterableIterator<HorizonDbParameterGroup, HorizonDbParameterGroup[], PageSettings>
Property Value
(resourceGroupName: string, parameterGroupName: string, options?: HorizonDbParameterGroupsListVersionsOptionalParams) => PagedAsyncIterableIterator<HorizonDbParameterGroup, HorizonDbParameterGroup[], PageSettings>
update
Updates an existing HorizonDb parameter group.
update: (resourceGroupName: string, parameterGroupName: string, properties: HorizonDbParameterGroupForPatchUpdate, options?: HorizonDbParameterGroupsUpdateOptionalParams) => PollerLike<OperationState<HorizonDbParameterGroup>, HorizonDbParameterGroup>
Property Value
(resourceGroupName: string, parameterGroupName: string, properties: HorizonDbParameterGroupForPatchUpdate, options?: HorizonDbParameterGroupsUpdateOptionalParams) => PollerLike<OperationState<HorizonDbParameterGroup>, HorizonDbParameterGroup>