Uses of Class
com.azure.resourcemanager.network.models.CheckPrivateLinkServiceVisibilityRequest
Packages that use CheckPrivateLinkServiceVisibilityRequest
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of CheckPrivateLinkServiceVisibilityRequest in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent with parameters of type CheckPrivateLinkServiceVisibilityRequestModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateLinkServiceVisibilityInner>, PrivateLinkServiceVisibilityInner> PrivateLinkServicesClient.beginCheckPrivateLinkServiceVisibility(String location, CheckPrivateLinkServiceVisibilityRequest parameters) Checks whether the subscription is visible to private link service.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateLinkServiceVisibilityInner>, PrivateLinkServiceVisibilityInner> PrivateLinkServicesClient.beginCheckPrivateLinkServiceVisibility(String location, CheckPrivateLinkServiceVisibilityRequest parameters, com.azure.core.util.Context context) Checks whether the subscription is visible to private link service.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<PrivateLinkServiceVisibilityInner>, PrivateLinkServiceVisibilityInner> PrivateLinkServicesClient.beginCheckPrivateLinkServiceVisibilityAsync(String location, CheckPrivateLinkServiceVisibilityRequest parameters) Checks whether the subscription is visible to private link service.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateLinkServiceVisibilityInner>, PrivateLinkServiceVisibilityInner> PrivateLinkServicesClient.beginCheckPrivateLinkServiceVisibilityByResourceGroup(String location, String resourceGroupName, CheckPrivateLinkServiceVisibilityRequest parameters) Checks whether the subscription is visible to private link service in the specified resource group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateLinkServiceVisibilityInner>, PrivateLinkServiceVisibilityInner> PrivateLinkServicesClient.beginCheckPrivateLinkServiceVisibilityByResourceGroup(String location, String resourceGroupName, CheckPrivateLinkServiceVisibilityRequest parameters, com.azure.core.util.Context context) Checks whether the subscription is visible to private link service in the specified resource group.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<PrivateLinkServiceVisibilityInner>, PrivateLinkServiceVisibilityInner> PrivateLinkServicesClient.beginCheckPrivateLinkServiceVisibilityByResourceGroupAsync(String location, String resourceGroupName, CheckPrivateLinkServiceVisibilityRequest parameters) Checks whether the subscription is visible to private link service in the specified resource group.PrivateLinkServicesClient.checkPrivateLinkServiceVisibility(String location, CheckPrivateLinkServiceVisibilityRequest parameters) Checks whether the subscription is visible to private link service.PrivateLinkServicesClient.checkPrivateLinkServiceVisibility(String location, CheckPrivateLinkServiceVisibilityRequest parameters, com.azure.core.util.Context context) Checks whether the subscription is visible to private link service.PrivateLinkServicesClient.checkPrivateLinkServiceVisibilityAsync(String location, CheckPrivateLinkServiceVisibilityRequest parameters) Checks whether the subscription is visible to private link service.PrivateLinkServicesClient.checkPrivateLinkServiceVisibilityByResourceGroup(String location, String resourceGroupName, CheckPrivateLinkServiceVisibilityRequest parameters) Checks whether the subscription is visible to private link service in the specified resource group.PrivateLinkServicesClient.checkPrivateLinkServiceVisibilityByResourceGroup(String location, String resourceGroupName, CheckPrivateLinkServiceVisibilityRequest parameters, com.azure.core.util.Context context) Checks whether the subscription is visible to private link service in the specified resource group.PrivateLinkServicesClient.checkPrivateLinkServiceVisibilityByResourceGroupAsync(String location, String resourceGroupName, CheckPrivateLinkServiceVisibilityRequest parameters) Checks whether the subscription is visible to private link service in the specified resource group.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> PrivateLinkServicesClient.checkPrivateLinkServiceVisibilityByResourceGroupWithResponseAsync(String location, String resourceGroupName, CheckPrivateLinkServiceVisibilityRequest parameters) Checks whether the subscription is visible to private link service in the specified resource group.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> PrivateLinkServicesClient.checkPrivateLinkServiceVisibilityWithResponseAsync(String location, CheckPrivateLinkServiceVisibilityRequest parameters) Checks whether the subscription is visible to private link service. -
Uses of CheckPrivateLinkServiceVisibilityRequest in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return CheckPrivateLinkServiceVisibilityRequestModifier and TypeMethodDescriptionCheckPrivateLinkServiceVisibilityRequest.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CheckPrivateLinkServiceVisibilityRequest from the JsonReader.CheckPrivateLinkServiceVisibilityRequest.withPrivateLinkServiceAlias(String privateLinkServiceAlias) Set the privateLinkServiceAlias property: The alias of the private link service.