| 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 |
|---|---|
PrivateLinkServiceInner |
PrivateLinkServicesClient.createOrUpdate(String resourceGroupName,
String serviceName,
PrivateLinkServiceInner parameters)
Creates or updates an private link service in the specified resource group.
|
PrivateLinkServiceInner |
PrivateLinkServicesClient.createOrUpdate(String resourceGroupName,
String serviceName,
PrivateLinkServiceInner parameters,
com.azure.core.util.Context context)
Creates or updates an private link service in the specified resource group.
|
PrivateLinkServiceInner |
PrivateLinkServicesClient.getByResourceGroup(String resourceGroupName,
String serviceName)
Gets the specified private link service by resource group.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateLinkServiceInner>,PrivateLinkServiceInner> |
PrivateLinkServicesClient.beginCreateOrUpdate(String resourceGroupName,
String serviceName,
PrivateLinkServiceInner parameters)
Creates or updates an private link service in the specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateLinkServiceInner>,PrivateLinkServiceInner> |
PrivateLinkServicesClient.beginCreateOrUpdate(String resourceGroupName,
String serviceName,
PrivateLinkServiceInner parameters,
com.azure.core.util.Context context)
Creates or updates an private link service in the specified resource group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<PrivateLinkServiceInner>,PrivateLinkServiceInner> |
PrivateLinkServicesClient.beginCreateOrUpdateAsync(String resourceGroupName,
String serviceName,
PrivateLinkServiceInner parameters)
Creates or updates an private link service in the specified resource group.
|
PrivateLinkServiceInner |
PrivateLinkServicesClient.createOrUpdate(String resourceGroupName,
String serviceName,
PrivateLinkServiceInner parameters)
Creates or updates an private link service in the specified resource group.
|
PrivateLinkServiceInner |
PrivateLinkServicesClient.createOrUpdate(String resourceGroupName,
String serviceName,
PrivateLinkServiceInner parameters,
com.azure.core.util.Context context)
Creates or updates an private link service in the specified resource group.
|
Mono<PrivateLinkServiceInner> |
PrivateLinkServicesClient.createOrUpdateAsync(String resourceGroupName,
String serviceName,
PrivateLinkServiceInner parameters)
Creates or updates an private link service in the specified resource group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
PrivateLinkServicesClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String serviceName,
PrivateLinkServiceInner parameters)
Creates or updates an private link service in the specified resource group.
|
| Modifier and Type | Method and Description |
|---|---|
PrivateLinkServiceInner |
PrivateLinkServiceInner.withAutoApproval(ResourceSet autoApproval)
Set the autoApproval property: The auto-approval list of the private link service.
|
PrivateLinkServiceInner |
PrivateLinkServiceInner.withEnableProxyProtocol(Boolean enableProxyProtocol)
Set the enableProxyProtocol property: Whether the private link service is enabled for proxy protocol or not.
|
PrivateLinkServiceInner |
PrivateLinkServiceInner.withFqdns(List<String> fqdns)
Set the fqdns property: The list of Fqdn.
|
PrivateLinkServiceInner |
PrivateLinkServiceInner.withId(String id)
Set the id property: Resource ID.
|
PrivateLinkServiceInner |
PrivateLinkServiceInner.withIpConfigurations(List<PrivateLinkServiceIpConfigurationInner> ipConfigurations)
Set the ipConfigurations property: An array of private link service IP configurations.
|
PrivateLinkServiceInner |
PrivateLinkServiceInner.withLoadBalancerFrontendIpConfigurations(List<FrontendIpConfigurationInner> loadBalancerFrontendIpConfigurations)
Set the loadBalancerFrontendIpConfigurations property: An array of references to the load balancer IP
configurations.
|
PrivateLinkServiceInner |
PrivateLinkServiceInner.withVisibility(ResourceSet visibility)
Set the visibility property: The visibility list of the private link service.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.