public interface PrivateDnsZoneGroupsClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateDnsZoneGroupInner>,PrivateDnsZoneGroupInner> |
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> |
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> |
beginCreateOrUpdateAsync(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<Void>,Void> |
beginDelete(String resourceGroupName,
String privateEndpointName,
String privateDnsZoneGroupName)
Deletes the specified private dns zone group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String privateEndpointName,
String privateDnsZoneGroupName,
com.azure.core.util.Context context)
Deletes the specified private dns zone group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String privateEndpointName,
String privateDnsZoneGroupName)
Deletes the specified private dns zone group.
|
PrivateDnsZoneGroupInner |
createOrUpdate(String resourceGroupName,
String privateEndpointName,
String privateDnsZoneGroupName,
PrivateDnsZoneGroupInner parameters)
Creates or updates a private dns zone group in the specified private endpoint.
|
PrivateDnsZoneGroupInner |
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> |
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>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String privateEndpointName,
String privateDnsZoneGroupName,
PrivateDnsZoneGroupInner parameters)
Creates or updates a private dns zone group in the specified private endpoint.
|
void |
delete(String resourceGroupName,
String privateEndpointName,
String privateDnsZoneGroupName)
Deletes the specified private dns zone group.
|
void |
delete(String resourceGroupName,
String privateEndpointName,
String privateDnsZoneGroupName,
com.azure.core.util.Context context)
Deletes the specified private dns zone group.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String privateEndpointName,
String privateDnsZoneGroupName)
Deletes the specified private dns zone group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String privateEndpointName,
String privateDnsZoneGroupName)
Deletes the specified private dns zone group.
|
PrivateDnsZoneGroupInner |
get(String resourceGroupName,
String privateEndpointName,
String privateDnsZoneGroupName)
Gets the private dns zone group resource by specified private dns zone group name.
|
Mono<PrivateDnsZoneGroupInner> |
getAsync(String resourceGroupName,
String privateEndpointName,
String privateDnsZoneGroupName)
Gets the private dns zone group resource by specified private dns zone group name.
|
com.azure.core.http.rest.Response<PrivateDnsZoneGroupInner> |
getWithResponse(String resourceGroupName,
String privateEndpointName,
String privateDnsZoneGroupName,
com.azure.core.util.Context context)
Gets the private dns zone group resource by specified private dns zone group name.
|
Mono<com.azure.core.http.rest.Response<PrivateDnsZoneGroupInner>> |
getWithResponseAsync(String resourceGroupName,
String privateEndpointName,
String privateDnsZoneGroupName)
Gets the private dns zone group resource by specified private dns zone group name.
|
com.azure.core.http.rest.PagedIterable<PrivateDnsZoneGroupInner> |
list(String privateEndpointName,
String resourceGroupName)
Gets all private dns zone groups in a private endpoint.
|
com.azure.core.http.rest.PagedIterable<PrivateDnsZoneGroupInner> |
list(String privateEndpointName,
String resourceGroupName,
com.azure.core.util.Context context)
Gets all private dns zone groups in a private endpoint.
|
com.azure.core.http.rest.PagedFlux<PrivateDnsZoneGroupInner> |
listAsync(String privateEndpointName,
String resourceGroupName)
Gets all private dns zone groups in a private endpoint.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String privateEndpointName, String privateDnsZoneGroupName)
resourceGroupName - The name of the resource group.privateEndpointName - The name of the private endpoint.privateDnsZoneGroupName - The name of the private dns zone group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String privateEndpointName, String privateDnsZoneGroupName)
resourceGroupName - The name of the resource group.privateEndpointName - The name of the private endpoint.privateDnsZoneGroupName - The name of the private dns zone group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String privateEndpointName, String privateDnsZoneGroupName)
resourceGroupName - The name of the resource group.privateEndpointName - The name of the private endpoint.privateDnsZoneGroupName - The name of the private dns zone group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String privateEndpointName, String privateDnsZoneGroupName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.privateEndpointName - The name of the private endpoint.privateDnsZoneGroupName - The name of the private dns zone group.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteAsync(String resourceGroupName, String privateEndpointName, String privateDnsZoneGroupName)
resourceGroupName - The name of the resource group.privateEndpointName - The name of the private endpoint.privateDnsZoneGroupName - The name of the private dns zone group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String privateEndpointName, String privateDnsZoneGroupName)
resourceGroupName - The name of the resource group.privateEndpointName - The name of the private endpoint.privateDnsZoneGroupName - The name of the private dns zone group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String privateEndpointName, String privateDnsZoneGroupName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.privateEndpointName - The name of the private endpoint.privateDnsZoneGroupName - The name of the private dns zone group.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<PrivateDnsZoneGroupInner>> getWithResponseAsync(String resourceGroupName, String privateEndpointName, String privateDnsZoneGroupName)
resourceGroupName - The name of the resource group.privateEndpointName - The name of the private endpoint.privateDnsZoneGroupName - The name of the private dns zone group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<PrivateDnsZoneGroupInner> getAsync(String resourceGroupName, String privateEndpointName, String privateDnsZoneGroupName)
resourceGroupName - The name of the resource group.privateEndpointName - The name of the private endpoint.privateDnsZoneGroupName - The name of the private dns zone group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.PrivateDnsZoneGroupInner get(String resourceGroupName, String privateEndpointName, String privateDnsZoneGroupName)
resourceGroupName - The name of the resource group.privateEndpointName - The name of the private endpoint.privateDnsZoneGroupName - The name of the private dns zone group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<PrivateDnsZoneGroupInner> getWithResponse(String resourceGroupName, String privateEndpointName, String privateDnsZoneGroupName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.privateEndpointName - The name of the private endpoint.privateDnsZoneGroupName - The name of the private dns zone group.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String privateEndpointName, String privateDnsZoneGroupName, PrivateDnsZoneGroupInner parameters)
resourceGroupName - The name of the resource group.privateEndpointName - The name of the private endpoint.privateDnsZoneGroupName - The name of the private dns zone group.parameters - Private dns zone group resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<PrivateDnsZoneGroupInner>,PrivateDnsZoneGroupInner> beginCreateOrUpdateAsync(String resourceGroupName, String privateEndpointName, String privateDnsZoneGroupName, PrivateDnsZoneGroupInner parameters)
resourceGroupName - The name of the resource group.privateEndpointName - The name of the private endpoint.privateDnsZoneGroupName - The name of the private dns zone group.parameters - Private dns zone group resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateDnsZoneGroupInner>,PrivateDnsZoneGroupInner> beginCreateOrUpdate(String resourceGroupName, String privateEndpointName, String privateDnsZoneGroupName, PrivateDnsZoneGroupInner parameters)
resourceGroupName - The name of the resource group.privateEndpointName - The name of the private endpoint.privateDnsZoneGroupName - The name of the private dns zone group.parameters - Private dns zone group resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateDnsZoneGroupInner>,PrivateDnsZoneGroupInner> beginCreateOrUpdate(String resourceGroupName, String privateEndpointName, String privateDnsZoneGroupName, PrivateDnsZoneGroupInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.privateEndpointName - The name of the private endpoint.privateDnsZoneGroupName - The name of the private dns zone group.parameters - Private dns zone group resource.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<PrivateDnsZoneGroupInner> createOrUpdateAsync(String resourceGroupName, String privateEndpointName, String privateDnsZoneGroupName, PrivateDnsZoneGroupInner parameters)
resourceGroupName - The name of the resource group.privateEndpointName - The name of the private endpoint.privateDnsZoneGroupName - The name of the private dns zone group.parameters - Private dns zone group resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.PrivateDnsZoneGroupInner createOrUpdate(String resourceGroupName, String privateEndpointName, String privateDnsZoneGroupName, PrivateDnsZoneGroupInner parameters)
resourceGroupName - The name of the resource group.privateEndpointName - The name of the private endpoint.privateDnsZoneGroupName - The name of the private dns zone group.parameters - Private dns zone group resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.PrivateDnsZoneGroupInner createOrUpdate(String resourceGroupName, String privateEndpointName, String privateDnsZoneGroupName, PrivateDnsZoneGroupInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.privateEndpointName - The name of the private endpoint.privateDnsZoneGroupName - The name of the private dns zone group.parameters - Private dns zone group resource.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<PrivateDnsZoneGroupInner> listAsync(String privateEndpointName, String resourceGroupName)
privateEndpointName - The name of the private endpoint.resourceGroupName - The name of the resource group.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<PrivateDnsZoneGroupInner> list(String privateEndpointName, String resourceGroupName)
privateEndpointName - The name of the private endpoint.resourceGroupName - The name of the resource group.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<PrivateDnsZoneGroupInner> list(String privateEndpointName, String resourceGroupName, com.azure.core.util.Context context)
privateEndpointName - The name of the private endpoint.resourceGroupName - The name of the resource group.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.ErrorException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2020 Microsoft Corporation. All rights reserved.