Uses of Class
com.azure.resourcemanager.network.fluent.models.ServiceAssociationLinksListResultInner
Packages that use ServiceAssociationLinksListResultInner
Package
Description
Package containing the service clients for NetworkManagementClient.
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 ServiceAssociationLinksListResultInnerModifier and TypeMethodDescriptionServiceAssociationLinksClient.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 ServiceAssociationLinksListResultInnerModifier and TypeMethodDescriptionServiceAssociationLinksClient.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
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type ServiceAssociationLinksListResultInnerModifier and TypeClassDescriptionfinal classResponse for ServiceAssociationLinks_List operation.Methods in com.azure.resourcemanager.network.fluent.models that return ServiceAssociationLinksListResultInnerModifier and TypeMethodDescriptionServiceAssociationLinksListResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ServiceAssociationLinksListResultInner from the JsonReader.ServiceAssociationLinksListResultInner.withValue(List<ServiceAssociationLink> value) Set the value property: The service association links in a subnet.