| 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 |
|---|---|
PrivateDnsZoneGroupInner |
PrivateDnsZoneGroupsClient.createOrUpdate(String resourceGroupName,
String privateEndpointName,
String privateDnsZoneGroupName,
PrivateDnsZoneGroupInner parameters)
Creates or updates a private dns zone group in the specified private endpoint.
|
PrivateDnsZoneGroupInner |
PrivateDnsZoneGroupsClient.createOrUpdate(String resourceGroupName,
String privateEndpointName,
String privateDnsZoneGroupName,
PrivateDnsZoneGroupInner parameters,
com.azure.core.util.Context context)
Creates or updates a private dns zone group in the specified private endpoint.
|
PrivateDnsZoneGroupInner |
PrivateDnsZoneGroupsClient.get(String resourceGroupName,
String privateEndpointName,
String privateDnsZoneGroupName)
Gets the private dns zone group resource by specified private dns zone group name.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateDnsZoneGroupInner>,PrivateDnsZoneGroupInner> |
PrivateDnsZoneGroupsClient.beginCreateOrUpdate(String resourceGroupName,
String privateEndpointName,
String privateDnsZoneGroupName,
PrivateDnsZoneGroupInner parameters)
Creates or updates a private dns zone group in the specified private endpoint.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateDnsZoneGroupInner>,PrivateDnsZoneGroupInner> |
PrivateDnsZoneGroupsClient.beginCreateOrUpdate(String resourceGroupName,
String privateEndpointName,
String privateDnsZoneGroupName,
PrivateDnsZoneGroupInner parameters,
com.azure.core.util.Context context)
Creates or updates a private dns zone group in the specified private endpoint.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<PrivateDnsZoneGroupInner>,PrivateDnsZoneGroupInner> |
PrivateDnsZoneGroupsClient.beginCreateOrUpdateAsync(String resourceGroupName,
String privateEndpointName,
String privateDnsZoneGroupName,
PrivateDnsZoneGroupInner parameters)
Creates or updates a private dns zone group in the specified private endpoint.
|
PrivateDnsZoneGroupInner |
PrivateDnsZoneGroupsClient.createOrUpdate(String resourceGroupName,
String privateEndpointName,
String privateDnsZoneGroupName,
PrivateDnsZoneGroupInner parameters)
Creates or updates a private dns zone group in the specified private endpoint.
|
PrivateDnsZoneGroupInner |
PrivateDnsZoneGroupsClient.createOrUpdate(String resourceGroupName,
String privateEndpointName,
String privateDnsZoneGroupName,
PrivateDnsZoneGroupInner parameters,
com.azure.core.util.Context context)
Creates or updates a private dns zone group in the specified private endpoint.
|
Mono<PrivateDnsZoneGroupInner> |
PrivateDnsZoneGroupsClient.createOrUpdateAsync(String resourceGroupName,
String privateEndpointName,
String privateDnsZoneGroupName,
PrivateDnsZoneGroupInner parameters)
Creates or updates a private dns zone group in the specified private endpoint.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
PrivateDnsZoneGroupsClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String privateEndpointName,
String privateDnsZoneGroupName,
PrivateDnsZoneGroupInner parameters)
Creates or updates a private dns zone group in the specified private endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
PrivateDnsZoneGroupInner |
PrivateDnsZoneGroupInner.withName(String name)
Set the name property: Name of the resource that is unique within a resource group.
|
PrivateDnsZoneGroupInner |
PrivateDnsZoneGroupInner.withPrivateDnsZoneConfigs(List<PrivateDnsZoneConfig> privateDnsZoneConfigs)
Set the privateDnsZoneConfigs property: A collection of private dns zone configurations of the private dns zone
group.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.