| 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.
|
| Modifier and Type | Method and Description |
|---|---|
PrivateLinkServiceVisibilityInner |
PrivateLinkServicesClient.checkPrivateLinkServiceVisibility(String location)
Checks whether the subscription is visible to private link service.
|
PrivateLinkServiceVisibilityInner |
PrivateLinkServicesClient.checkPrivateLinkServiceVisibility(String location,
String privateLinkServiceAlias)
Checks whether the subscription is visible to private link service.
|
PrivateLinkServiceVisibilityInner |
PrivateLinkServicesClient.checkPrivateLinkServiceVisibility(String location,
String privateLinkServiceAlias,
com.azure.core.util.Context context)
Checks whether the subscription is visible to private link service.
|
PrivateLinkServiceVisibilityInner |
PrivateLinkServicesClient.checkPrivateLinkServiceVisibilityByResourceGroup(String location,
String resourceGroupName)
Checks whether the subscription is visible to private link service in the specified resource group.
|
PrivateLinkServiceVisibilityInner |
PrivateLinkServicesClient.checkPrivateLinkServiceVisibilityByResourceGroup(String location,
String resourceGroupName,
String privateLinkServiceAlias)
Checks whether the subscription is visible to private link service in the specified resource group.
|
PrivateLinkServiceVisibilityInner |
PrivateLinkServicesClient.checkPrivateLinkServiceVisibilityByResourceGroup(String location,
String resourceGroupName,
String privateLinkServiceAlias,
com.azure.core.util.Context context)
Checks whether the subscription is visible to private link service in the specified resource group.
|
| Modifier and Type | Method and Description |
|---|---|
PrivateLinkServiceVisibilityInner |
PrivateLinkServiceVisibilityInner.withVisible(Boolean visible)
Set the visible property: Private Link Service Visibility (True/False).
|
Copyright © 2020 Microsoft Corporation. All rights reserved.