PrivateLinkResourcesInterfaceOperations interface
Interface representing a PrivateLinkResourcesInterface operations.
Properties
| get | Get a PrivateLinkResource |
| list |
List PrivateLinkResource resources by TrafficController |
Property Details
get
Get a PrivateLinkResource
get: (resourceGroupName: string, trafficControllerName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesInterfaceGetOptionalParams) => Promise<PrivateLinkResource>
Property Value
(resourceGroupName: string, trafficControllerName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesInterfaceGetOptionalParams) => Promise<PrivateLinkResource>
listByTrafficController
List PrivateLinkResource resources by TrafficController
listByTrafficController: (resourceGroupName: string, trafficControllerName: string, options?: PrivateLinkResourcesInterfaceListByTrafficControllerOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>
Property Value
(resourceGroupName: string, trafficControllerName: string, options?: PrivateLinkResourcesInterfaceListByTrafficControllerOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>