Uses of Class
com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceVisibilityInner
Packages that use PrivateLinkServiceVisibilityInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
-
Uses of PrivateLinkServiceVisibilityInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return PrivateLinkServiceVisibilityInnerModifier and TypeMethodDescriptionPrivateLinkServicesClient.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.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.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type PrivateLinkServiceVisibilityInnerModifier 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) 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.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.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) 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.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.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.checkPrivateLinkServiceVisibilityAsync(String location, CheckPrivateLinkServiceVisibilityRequest parameters) Checks whether the subscription is visible to private link service.PrivateLinkServicesClient.checkPrivateLinkServiceVisibilityByResourceGroupAsync(String location, String resourceGroupName, CheckPrivateLinkServiceVisibilityRequest parameters) Checks whether the subscription is visible to private link service in the specified resource group. -
Uses of PrivateLinkServiceVisibilityInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return PrivateLinkServiceVisibilityInnerModifier and TypeMethodDescriptionPrivateLinkServiceVisibilityInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PrivateLinkServiceVisibilityInner from the JsonReader.PrivateLinkServiceVisibilityInner.withVisible(Boolean visible) Set the visible property: Private Link Service Visibility (True/False).