Uses of Class
com.azure.resourcemanager.network.fluent.models.ServiceAssociationLinksListResultInner
-
Packages that use ServiceAssociationLinksListResultInner Package Description com.azure.resourcemanager.network.fluent Package containing the service clients for NetworkManagementClient.com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient. -
-
Uses of ServiceAssociationLinksListResultInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return ServiceAssociationLinksListResultInner Modifier and Type Method Description ServiceAssociationLinksListResultInnerServiceAssociationLinksClient. list(String resourceGroupName, String virtualNetworkName, String subnetName)Gets a list of service association links for a subnet.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type ServiceAssociationLinksListResultInner Modifier and Type Method Description Mono<ServiceAssociationLinksListResultInner>ServiceAssociationLinksClient. listAsync(String resourceGroupName, String virtualNetworkName, String subnetName)Gets a list of service association links for a subnet.com.azure.core.http.rest.Response<ServiceAssociationLinksListResultInner>ServiceAssociationLinksClient. listWithResponse(String resourceGroupName, String virtualNetworkName, String subnetName, com.azure.core.util.Context context)Gets a list of service association links for a subnet.Mono<com.azure.core.http.rest.Response<ServiceAssociationLinksListResultInner>>ServiceAssociationLinksClient. listWithResponseAsync(String resourceGroupName, String virtualNetworkName, String subnetName)Gets a list of service association links for a subnet. -
Uses of ServiceAssociationLinksListResultInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ServiceAssociationLinksListResultInner Modifier and Type Method Description ServiceAssociationLinksListResultInnerServiceAssociationLinksListResultInner. withValue(List<ServiceAssociationLink> value)Set the value property: The service association links in a subnet.
-