AccessBridgesOperations interface
Interface representing a AccessBridges operations.
Properties
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Create a new access bridge or update the properties of the existing access bridge. |
| delete | Delete the specified access bridge. |
| get | Get the properties of the provided access bridge. |
| list |
Get a list of access bridges in the provided resource group. |
| list |
Get a list of access bridges in the provided subscription. |
| update | Update properties of the provided access bridge, or update tags associated with the access bridge. Properties and tag updates can be done independently. |
Property Details
beginCreateOrUpdate
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, accessBridgeName: string, accessBridge: AccessBridge, options?: AccessBridgesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<AccessBridge>, AccessBridge>>
Property Value
(resourceGroupName: string, accessBridgeName: string, accessBridge: AccessBridge, options?: AccessBridgesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<AccessBridge>, AccessBridge>>
beginCreateOrUpdateAndWait
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, accessBridgeName: string, accessBridge: AccessBridge, options?: AccessBridgesCreateOrUpdateOptionalParams) => Promise<AccessBridge>
Property Value
(resourceGroupName: string, accessBridgeName: string, accessBridge: AccessBridge, options?: AccessBridgesCreateOrUpdateOptionalParams) => Promise<AccessBridge>
beginDelete
Warning
This API is now deprecated.
use delete instead
beginDelete: (resourceGroupName: string, accessBridgeName: string, options?: AccessBridgesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>
Property Value
(resourceGroupName: string, accessBridgeName: string, options?: AccessBridgesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>
beginDeleteAndWait
Warning
This API is now deprecated.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, accessBridgeName: string, options?: AccessBridgesDeleteOptionalParams) => Promise<OperationStatusResult>
Property Value
(resourceGroupName: string, accessBridgeName: string, options?: AccessBridgesDeleteOptionalParams) => Promise<OperationStatusResult>
beginUpdate
Warning
This API is now deprecated.
use update instead
beginUpdate: (resourceGroupName: string, accessBridgeName: string, options?: AccessBridgesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<AccessBridge>, AccessBridge>>
Property Value
(resourceGroupName: string, accessBridgeName: string, options?: AccessBridgesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<AccessBridge>, AccessBridge>>
beginUpdateAndWait
Warning
This API is now deprecated.
use update instead
beginUpdateAndWait: (resourceGroupName: string, accessBridgeName: string, options?: AccessBridgesUpdateOptionalParams) => Promise<AccessBridge>
Property Value
(resourceGroupName: string, accessBridgeName: string, options?: AccessBridgesUpdateOptionalParams) => Promise<AccessBridge>
createOrUpdate
Create a new access bridge or update the properties of the existing access bridge.
createOrUpdate: (resourceGroupName: string, accessBridgeName: string, accessBridge: AccessBridge, options?: AccessBridgesCreateOrUpdateOptionalParams) => PollerLike<OperationState<AccessBridge>, AccessBridge>
Property Value
(resourceGroupName: string, accessBridgeName: string, accessBridge: AccessBridge, options?: AccessBridgesCreateOrUpdateOptionalParams) => PollerLike<OperationState<AccessBridge>, AccessBridge>
delete
Delete the specified access bridge.
delete: (resourceGroupName: string, accessBridgeName: string, options?: AccessBridgesDeleteOptionalParams) => PollerLike<OperationState<OperationStatusResult>, OperationStatusResult>
Property Value
(resourceGroupName: string, accessBridgeName: string, options?: AccessBridgesDeleteOptionalParams) => PollerLike<OperationState<OperationStatusResult>, OperationStatusResult>
get
Get the properties of the provided access bridge.
get: (resourceGroupName: string, accessBridgeName: string, options?: AccessBridgesGetOptionalParams) => Promise<AccessBridge>
Property Value
(resourceGroupName: string, accessBridgeName: string, options?: AccessBridgesGetOptionalParams) => Promise<AccessBridge>
listByResourceGroup
Get a list of access bridges in the provided resource group.
listByResourceGroup: (resourceGroupName: string, options?: AccessBridgesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<AccessBridge, AccessBridge[], PageSettings>
Property Value
(resourceGroupName: string, options?: AccessBridgesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<AccessBridge, AccessBridge[], PageSettings>
listBySubscription
Get a list of access bridges in the provided subscription.
listBySubscription: (options?: AccessBridgesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<AccessBridge, AccessBridge[], PageSettings>
Property Value
(options?: AccessBridgesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<AccessBridge, AccessBridge[], PageSettings>
update
Update properties of the provided access bridge, or update tags associated with the access bridge. Properties and tag updates can be done independently.
update: (resourceGroupName: string, accessBridgeName: string, options?: AccessBridgesUpdateOptionalParams) => PollerLike<OperationState<AccessBridge>, AccessBridge>
Property Value
(resourceGroupName: string, accessBridgeName: string, options?: AccessBridgesUpdateOptionalParams) => PollerLike<OperationState<AccessBridge>, AccessBridge>