Uses of Class
com.azure.resourcemanager.servicebus.fluent.models.PrivateLinkResourcesListResultInner
Packages that use PrivateLinkResourcesListResultInner
Package
Description
Package containing the service clients for ServiceBusManagementClient.
Package containing the inner data models for ServiceBusManagementClient.
-
Uses of PrivateLinkResourcesListResultInner in com.azure.resourcemanager.servicebus.fluent
Methods in com.azure.resourcemanager.servicebus.fluent that return PrivateLinkResourcesListResultInnerModifier and TypeMethodDescriptionGets lists of resources that supports Privatelinks.Methods in com.azure.resourcemanager.servicebus.fluent that return types with arguments of type PrivateLinkResourcesListResultInnerModifier and TypeMethodDescriptionGets lists of resources that supports Privatelinks.com.azure.core.http.rest.Response<PrivateLinkResourcesListResultInner> PrivateLinkResourcesClient.getWithResponse(String resourceGroupName, String namespaceName, com.azure.core.util.Context context) Gets lists of resources that supports Privatelinks.Mono<com.azure.core.http.rest.Response<PrivateLinkResourcesListResultInner>> PrivateLinkResourcesClient.getWithResponseAsync(String resourceGroupName, String namespaceName) Gets lists of resources that supports Privatelinks. -
Uses of PrivateLinkResourcesListResultInner in com.azure.resourcemanager.servicebus.fluent.models
Methods in com.azure.resourcemanager.servicebus.fluent.models that return PrivateLinkResourcesListResultInnerModifier and TypeMethodDescriptionPrivateLinkResourcesListResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PrivateLinkResourcesListResultInner from the JsonReader.PrivateLinkResourcesListResultInner.withNextLink(String nextLink) Set the nextLink property: A link for the next page of private link resources.PrivateLinkResourcesListResultInner.withValue(List<PrivateLinkResource> value) Set the value property: A collection of private link resources.