ServiceAssociationLinks interface
Interface representing a ServiceAssociationLinks.
Methods
list(string, string, string, Service |
Gets a list of service association links for a subnet. |
Method Details
list(string, string, string, ServiceAssociationLinksListOptionalParams)
Gets a list of service association links for a subnet.
function list(resourceGroupName: string, virtualNetworkName: string, subnetName: string, options?: ServiceAssociationLinksListOptionalParams): Promise<ServiceAssociationLinksListResult>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- virtualNetworkName
-
string
The name of the virtual network.
- subnetName
-
string
The name of the subnet.
The options parameters.
Returns
Promise<ServiceAssociationLinksListResult>