AssociationsInterfaceOperations interface
Interface representing a AssociationsInterface operations.
Properties
| create |
Create a Association |
| delete | |
| get | Get a Association |
| list |
List Association resources by TrafficController |
| update | Update a Association |
Property Details
createOrUpdate
Create a Association
createOrUpdate: (resourceGroupName: string, trafficControllerName: string, associationName: string, resource: Association, options?: AssociationsInterfaceCreateOrUpdateOptionalParams) => PollerLike<OperationState<Association>, Association>
Property Value
(resourceGroupName: string, trafficControllerName: string, associationName: string, resource: Association, options?: AssociationsInterfaceCreateOrUpdateOptionalParams) => PollerLike<OperationState<Association>, Association>
delete
delete: (resourceGroupName: string, trafficControllerName: string, associationName: string, options?: AssociationsInterfaceDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Property Value
(resourceGroupName: string, trafficControllerName: string, associationName: string, options?: AssociationsInterfaceDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Get a Association
get: (resourceGroupName: string, trafficControllerName: string, associationName: string, options?: AssociationsInterfaceGetOptionalParams) => Promise<Association>
Property Value
(resourceGroupName: string, trafficControllerName: string, associationName: string, options?: AssociationsInterfaceGetOptionalParams) => Promise<Association>
listByTrafficController
List Association resources by TrafficController
listByTrafficController: (resourceGroupName: string, trafficControllerName: string, options?: AssociationsInterfaceListByTrafficControllerOptionalParams) => PagedAsyncIterableIterator<Association, Association[], PageSettings>
Property Value
(resourceGroupName: string, trafficControllerName: string, options?: AssociationsInterfaceListByTrafficControllerOptionalParams) => PagedAsyncIterableIterator<Association, Association[], PageSettings>
update
Update a Association
update: (resourceGroupName: string, trafficControllerName: string, associationName: string, properties: AssociationUpdate, options?: AssociationsInterfaceUpdateOptionalParams) => Promise<Association>
Property Value
(resourceGroupName: string, trafficControllerName: string, associationName: string, properties: AssociationUpdate, options?: AssociationsInterfaceUpdateOptionalParams) => Promise<Association>