public interface VirtualNetworkLinksClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualNetworkLinkInner>,VirtualNetworkLinkInner> |
beginCreateOrUpdate(String resourceGroupName,
String privateZoneName,
String virtualNetworkLinkName,
VirtualNetworkLinkInner parameters,
String ifMatch,
String ifNoneMatch)
Creates or updates a virtual network link to the specified Private DNS zone.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualNetworkLinkInner>,VirtualNetworkLinkInner> |
beginCreateOrUpdate(String resourceGroupName,
String privateZoneName,
String virtualNetworkLinkName,
VirtualNetworkLinkInner parameters,
String ifMatch,
String ifNoneMatch,
com.azure.core.util.Context context)
Creates or updates a virtual network link to the specified Private DNS zone.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VirtualNetworkLinkInner>,VirtualNetworkLinkInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String privateZoneName,
String virtualNetworkLinkName,
VirtualNetworkLinkInner parameters,
String ifMatch,
String ifNoneMatch)
Creates or updates a virtual network link to the specified Private DNS zone.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String privateZoneName,
String virtualNetworkLinkName,
String ifMatch)
Deletes a virtual network link to the specified Private DNS zone.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String privateZoneName,
String virtualNetworkLinkName,
String ifMatch,
com.azure.core.util.Context context)
Deletes a virtual network link to the specified Private DNS zone.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String privateZoneName,
String virtualNetworkLinkName,
String ifMatch)
Deletes a virtual network link to the specified Private DNS zone.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualNetworkLinkInner>,VirtualNetworkLinkInner> |
beginUpdate(String resourceGroupName,
String privateZoneName,
String virtualNetworkLinkName,
VirtualNetworkLinkInner parameters,
String ifMatch)
Updates a virtual network link to the specified Private DNS zone.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualNetworkLinkInner>,VirtualNetworkLinkInner> |
beginUpdate(String resourceGroupName,
String privateZoneName,
String virtualNetworkLinkName,
VirtualNetworkLinkInner parameters,
String ifMatch,
com.azure.core.util.Context context)
Updates a virtual network link to the specified Private DNS zone.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VirtualNetworkLinkInner>,VirtualNetworkLinkInner> |
beginUpdateAsync(String resourceGroupName,
String privateZoneName,
String virtualNetworkLinkName,
VirtualNetworkLinkInner parameters,
String ifMatch)
Updates a virtual network link to the specified Private DNS zone.
|
VirtualNetworkLinkInner |
createOrUpdate(String resourceGroupName,
String privateZoneName,
String virtualNetworkLinkName,
VirtualNetworkLinkInner parameters)
Creates or updates a virtual network link to the specified Private DNS zone.
|
VirtualNetworkLinkInner |
createOrUpdate(String resourceGroupName,
String privateZoneName,
String virtualNetworkLinkName,
VirtualNetworkLinkInner parameters,
String ifMatch,
String ifNoneMatch)
Creates or updates a virtual network link to the specified Private DNS zone.
|
VirtualNetworkLinkInner |
createOrUpdate(String resourceGroupName,
String privateZoneName,
String virtualNetworkLinkName,
VirtualNetworkLinkInner parameters,
String ifMatch,
String ifNoneMatch,
com.azure.core.util.Context context)
Creates or updates a virtual network link to the specified Private DNS zone.
|
Mono<VirtualNetworkLinkInner> |
createOrUpdateAsync(String resourceGroupName,
String privateZoneName,
String virtualNetworkLinkName,
VirtualNetworkLinkInner parameters)
Creates or updates a virtual network link to the specified Private DNS zone.
|
Mono<VirtualNetworkLinkInner> |
createOrUpdateAsync(String resourceGroupName,
String privateZoneName,
String virtualNetworkLinkName,
VirtualNetworkLinkInner parameters,
String ifMatch,
String ifNoneMatch)
Creates or updates a virtual network link to the specified Private DNS zone.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String privateZoneName,
String virtualNetworkLinkName,
VirtualNetworkLinkInner parameters,
String ifMatch,
String ifNoneMatch)
Creates or updates a virtual network link to the specified Private DNS zone.
|
void |
delete(String resourceGroupName,
String privateZoneName,
String virtualNetworkLinkName)
Deletes a virtual network link to the specified Private DNS zone.
|
void |
delete(String resourceGroupName,
String privateZoneName,
String virtualNetworkLinkName,
String ifMatch)
Deletes a virtual network link to the specified Private DNS zone.
|
void |
delete(String resourceGroupName,
String privateZoneName,
String virtualNetworkLinkName,
String ifMatch,
com.azure.core.util.Context context)
Deletes a virtual network link to the specified Private DNS zone.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String privateZoneName,
String virtualNetworkLinkName)
Deletes a virtual network link to the specified Private DNS zone.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String privateZoneName,
String virtualNetworkLinkName,
String ifMatch)
Deletes a virtual network link to the specified Private DNS zone.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String privateZoneName,
String virtualNetworkLinkName,
String ifMatch)
Deletes a virtual network link to the specified Private DNS zone.
|
VirtualNetworkLinkInner |
get(String resourceGroupName,
String privateZoneName,
String virtualNetworkLinkName)
Gets a virtual network link to the specified Private DNS zone.
|
Mono<VirtualNetworkLinkInner> |
getAsync(String resourceGroupName,
String privateZoneName,
String virtualNetworkLinkName)
Gets a virtual network link to the specified Private DNS zone.
|
com.azure.core.http.rest.Response<VirtualNetworkLinkInner> |
getWithResponse(String resourceGroupName,
String privateZoneName,
String virtualNetworkLinkName,
com.azure.core.util.Context context)
Gets a virtual network link to the specified Private DNS zone.
|
Mono<com.azure.core.http.rest.Response<VirtualNetworkLinkInner>> |
getWithResponseAsync(String resourceGroupName,
String privateZoneName,
String virtualNetworkLinkName)
Gets a virtual network link to the specified Private DNS zone.
|
com.azure.core.http.rest.PagedIterable<VirtualNetworkLinkInner> |
list(String resourceGroupName,
String privateZoneName)
Lists the virtual network links to the specified Private DNS zone.
|
com.azure.core.http.rest.PagedIterable<VirtualNetworkLinkInner> |
list(String resourceGroupName,
String privateZoneName,
Integer top,
com.azure.core.util.Context context)
Lists the virtual network links to the specified Private DNS zone.
|
com.azure.core.http.rest.PagedFlux<VirtualNetworkLinkInner> |
listAsync(String resourceGroupName,
String privateZoneName)
Lists the virtual network links to the specified Private DNS zone.
|
com.azure.core.http.rest.PagedFlux<VirtualNetworkLinkInner> |
listAsync(String resourceGroupName,
String privateZoneName,
Integer top)
Lists the virtual network links to the specified Private DNS zone.
|
VirtualNetworkLinkInner |
update(String resourceGroupName,
String privateZoneName,
String virtualNetworkLinkName,
VirtualNetworkLinkInner parameters)
Updates a virtual network link to the specified Private DNS zone.
|
VirtualNetworkLinkInner |
update(String resourceGroupName,
String privateZoneName,
String virtualNetworkLinkName,
VirtualNetworkLinkInner parameters,
String ifMatch)
Updates a virtual network link to the specified Private DNS zone.
|
VirtualNetworkLinkInner |
update(String resourceGroupName,
String privateZoneName,
String virtualNetworkLinkName,
VirtualNetworkLinkInner parameters,
String ifMatch,
com.azure.core.util.Context context)
Updates a virtual network link to the specified Private DNS zone.
|
Mono<VirtualNetworkLinkInner> |
updateAsync(String resourceGroupName,
String privateZoneName,
String virtualNetworkLinkName,
VirtualNetworkLinkInner parameters)
Updates a virtual network link to the specified Private DNS zone.
|
Mono<VirtualNetworkLinkInner> |
updateAsync(String resourceGroupName,
String privateZoneName,
String virtualNetworkLinkName,
VirtualNetworkLinkInner parameters,
String ifMatch)
Updates a virtual network link to the specified Private DNS zone.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
updateWithResponseAsync(String resourceGroupName,
String privateZoneName,
String virtualNetworkLinkName,
VirtualNetworkLinkInner parameters,
String ifMatch)
Updates a virtual network link to the specified Private DNS zone.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String privateZoneName, String virtualNetworkLinkName, VirtualNetworkLinkInner parameters, String ifMatch, String ifNoneMatch)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).virtualNetworkLinkName - The name of the virtual network link.parameters - Describes a link to virtual network for a Private DNS zone.ifMatch - The ETag of the virtual network link to the Private DNS zone. Omit this value to always overwrite
the current virtual network link. Specify the last-seen ETag value to prevent accidentally overwriting any
concurrent changes.ifNoneMatch - Set to '*' to allow a new virtual network link to the Private DNS zone to be created, but to
prevent updating an existing link. Other values will be ignored.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<VirtualNetworkLinkInner>,VirtualNetworkLinkInner> beginCreateOrUpdateAsync(String resourceGroupName, String privateZoneName, String virtualNetworkLinkName, VirtualNetworkLinkInner parameters, String ifMatch, String ifNoneMatch)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).virtualNetworkLinkName - The name of the virtual network link.parameters - Describes a link to virtual network for a Private DNS zone.ifMatch - The ETag of the virtual network link to the Private DNS zone. Omit this value to always overwrite
the current virtual network link. Specify the last-seen ETag value to prevent accidentally overwriting any
concurrent changes.ifNoneMatch - Set to '*' to allow a new virtual network link to the Private DNS zone to be created, but to
prevent updating an existing link. Other values will be ignored.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<VirtualNetworkLinkInner>,VirtualNetworkLinkInner> beginCreateOrUpdate(String resourceGroupName, String privateZoneName, String virtualNetworkLinkName, VirtualNetworkLinkInner parameters, String ifMatch, String ifNoneMatch)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).virtualNetworkLinkName - The name of the virtual network link.parameters - Describes a link to virtual network for a Private DNS zone.ifMatch - The ETag of the virtual network link to the Private DNS zone. Omit this value to always overwrite
the current virtual network link. Specify the last-seen ETag value to prevent accidentally overwriting any
concurrent changes.ifNoneMatch - Set to '*' to allow a new virtual network link to the Private DNS zone to be created, but to
prevent updating an existing link. Other values will be ignored.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<VirtualNetworkLinkInner>,VirtualNetworkLinkInner> beginCreateOrUpdate(String resourceGroupName, String privateZoneName, String virtualNetworkLinkName, VirtualNetworkLinkInner parameters, String ifMatch, String ifNoneMatch, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).virtualNetworkLinkName - The name of the virtual network link.parameters - Describes a link to virtual network for a Private DNS zone.ifMatch - The ETag of the virtual network link to the Private DNS zone. Omit this value to always overwrite
the current virtual network link. Specify the last-seen ETag value to prevent accidentally overwriting any
concurrent changes.ifNoneMatch - Set to '*' to allow a new virtual network link to the Private DNS zone to be created, but to
prevent updating an existing link. Other values will be ignored.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<VirtualNetworkLinkInner> createOrUpdateAsync(String resourceGroupName, String privateZoneName, String virtualNetworkLinkName, VirtualNetworkLinkInner parameters, String ifMatch, String ifNoneMatch)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).virtualNetworkLinkName - The name of the virtual network link.parameters - Describes a link to virtual network for a Private DNS zone.ifMatch - The ETag of the virtual network link to the Private DNS zone. Omit this value to always overwrite
the current virtual network link. Specify the last-seen ETag value to prevent accidentally overwriting any
concurrent changes.ifNoneMatch - Set to '*' to allow a new virtual network link to the Private DNS zone to be created, but to
prevent updating an existing link. Other values will be ignored.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<VirtualNetworkLinkInner> createOrUpdateAsync(String resourceGroupName, String privateZoneName, String virtualNetworkLinkName, VirtualNetworkLinkInner parameters)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).virtualNetworkLinkName - The name of the virtual network link.parameters - Describes a link to virtual network for a Private DNS zone.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.VirtualNetworkLinkInner createOrUpdate(String resourceGroupName, String privateZoneName, String virtualNetworkLinkName, VirtualNetworkLinkInner parameters, String ifMatch, String ifNoneMatch)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).virtualNetworkLinkName - The name of the virtual network link.parameters - Describes a link to virtual network for a Private DNS zone.ifMatch - The ETag of the virtual network link to the Private DNS zone. Omit this value to always overwrite
the current virtual network link. Specify the last-seen ETag value to prevent accidentally overwriting any
concurrent changes.ifNoneMatch - Set to '*' to allow a new virtual network link to the Private DNS zone to be created, but to
prevent updating an existing link. Other values will be ignored.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.VirtualNetworkLinkInner createOrUpdate(String resourceGroupName, String privateZoneName, String virtualNetworkLinkName, VirtualNetworkLinkInner parameters, String ifMatch, String ifNoneMatch, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).virtualNetworkLinkName - The name of the virtual network link.parameters - Describes a link to virtual network for a Private DNS zone.ifMatch - The ETag of the virtual network link to the Private DNS zone. Omit this value to always overwrite
the current virtual network link. Specify the last-seen ETag value to prevent accidentally overwriting any
concurrent changes.ifNoneMatch - Set to '*' to allow a new virtual network link to the Private DNS zone to be created, but to
prevent updating an existing link. Other values will be ignored.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.VirtualNetworkLinkInner createOrUpdate(String resourceGroupName, String privateZoneName, String virtualNetworkLinkName, VirtualNetworkLinkInner parameters)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).virtualNetworkLinkName - The name of the virtual network link.parameters - Describes a link to virtual network for a Private DNS zone.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>>> updateWithResponseAsync(String resourceGroupName, String privateZoneName, String virtualNetworkLinkName, VirtualNetworkLinkInner parameters, String ifMatch)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).virtualNetworkLinkName - The name of the virtual network link.parameters - Describes a link to virtual network for a Private DNS zone.ifMatch - The ETag of the virtual network link to the Private DNS zone. Omit this value to always overwrite
the current virtual network link. Specify the last-seen ETag value to prevent accidentally overwriting any
concurrent changes.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<VirtualNetworkLinkInner>,VirtualNetworkLinkInner> beginUpdateAsync(String resourceGroupName, String privateZoneName, String virtualNetworkLinkName, VirtualNetworkLinkInner parameters, String ifMatch)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).virtualNetworkLinkName - The name of the virtual network link.parameters - Describes a link to virtual network for a Private DNS zone.ifMatch - The ETag of the virtual network link to the Private DNS zone. Omit this value to always overwrite
the current virtual network link. Specify the last-seen ETag value to prevent accidentally overwriting any
concurrent changes.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<VirtualNetworkLinkInner>,VirtualNetworkLinkInner> beginUpdate(String resourceGroupName, String privateZoneName, String virtualNetworkLinkName, VirtualNetworkLinkInner parameters, String ifMatch)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).virtualNetworkLinkName - The name of the virtual network link.parameters - Describes a link to virtual network for a Private DNS zone.ifMatch - The ETag of the virtual network link to the Private DNS zone. Omit this value to always overwrite
the current virtual network link. Specify the last-seen ETag value to prevent accidentally overwriting any
concurrent changes.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<VirtualNetworkLinkInner>,VirtualNetworkLinkInner> beginUpdate(String resourceGroupName, String privateZoneName, String virtualNetworkLinkName, VirtualNetworkLinkInner parameters, String ifMatch, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).virtualNetworkLinkName - The name of the virtual network link.parameters - Describes a link to virtual network for a Private DNS zone.ifMatch - The ETag of the virtual network link to the Private DNS zone. Omit this value to always overwrite
the current virtual network link. Specify the last-seen ETag value to prevent accidentally overwriting any
concurrent changes.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<VirtualNetworkLinkInner> updateAsync(String resourceGroupName, String privateZoneName, String virtualNetworkLinkName, VirtualNetworkLinkInner parameters, String ifMatch)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).virtualNetworkLinkName - The name of the virtual network link.parameters - Describes a link to virtual network for a Private DNS zone.ifMatch - The ETag of the virtual network link to the Private DNS zone. Omit this value to always overwrite
the current virtual network link. Specify the last-seen ETag value to prevent accidentally overwriting any
concurrent changes.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<VirtualNetworkLinkInner> updateAsync(String resourceGroupName, String privateZoneName, String virtualNetworkLinkName, VirtualNetworkLinkInner parameters)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).virtualNetworkLinkName - The name of the virtual network link.parameters - Describes a link to virtual network for a Private DNS zone.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.VirtualNetworkLinkInner update(String resourceGroupName, String privateZoneName, String virtualNetworkLinkName, VirtualNetworkLinkInner parameters, String ifMatch)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).virtualNetworkLinkName - The name of the virtual network link.parameters - Describes a link to virtual network for a Private DNS zone.ifMatch - The ETag of the virtual network link to the Private DNS zone. Omit this value to always overwrite
the current virtual network link. Specify the last-seen ETag value to prevent accidentally overwriting any
concurrent changes.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.VirtualNetworkLinkInner update(String resourceGroupName, String privateZoneName, String virtualNetworkLinkName, VirtualNetworkLinkInner parameters, String ifMatch, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).virtualNetworkLinkName - The name of the virtual network link.parameters - Describes a link to virtual network for a Private DNS zone.ifMatch - The ETag of the virtual network link to the Private DNS zone. Omit this value to always overwrite
the current virtual network link. Specify the last-seen ETag value to prevent accidentally overwriting any
concurrent changes.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.VirtualNetworkLinkInner update(String resourceGroupName, String privateZoneName, String virtualNetworkLinkName, VirtualNetworkLinkInner parameters)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).virtualNetworkLinkName - The name of the virtual network link.parameters - Describes a link to virtual network for a Private DNS zone.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>>> deleteWithResponseAsync(String resourceGroupName, String privateZoneName, String virtualNetworkLinkName, String ifMatch)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).virtualNetworkLinkName - The name of the virtual network link.ifMatch - The ETag of the virtual network link to the Private DNS zone. Omit this value to always delete the
current zone. Specify the last-seen ETag value to prevent accidentally deleting any concurrent changes.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 privateZoneName, String virtualNetworkLinkName, String ifMatch)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).virtualNetworkLinkName - The name of the virtual network link.ifMatch - The ETag of the virtual network link to the Private DNS zone. Omit this value to always delete the
current zone. Specify the last-seen ETag value to prevent accidentally deleting any concurrent changes.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 privateZoneName, String virtualNetworkLinkName, String ifMatch)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).virtualNetworkLinkName - The name of the virtual network link.ifMatch - The ETag of the virtual network link to the Private DNS zone. Omit this value to always delete the
current zone. Specify the last-seen ETag value to prevent accidentally deleting any concurrent changes.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 privateZoneName, String virtualNetworkLinkName, String ifMatch, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).virtualNetworkLinkName - The name of the virtual network link.ifMatch - The ETag of the virtual network link to the Private DNS zone. Omit this value to always delete the
current zone. Specify the last-seen ETag value to prevent accidentally deleting any concurrent changes.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 privateZoneName, String virtualNetworkLinkName, String ifMatch)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).virtualNetworkLinkName - The name of the virtual network link.ifMatch - The ETag of the virtual network link to the Private DNS zone. Omit this value to always delete the
current zone. Specify the last-seen ETag value to prevent accidentally deleting any concurrent changes.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 privateZoneName, String virtualNetworkLinkName)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).virtualNetworkLinkName - The name of the virtual network link.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 privateZoneName, String virtualNetworkLinkName, String ifMatch)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).virtualNetworkLinkName - The name of the virtual network link.ifMatch - The ETag of the virtual network link to the Private DNS zone. Omit this value to always delete the
current zone. Specify the last-seen ETag value to prevent accidentally deleting any concurrent changes.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 privateZoneName, String virtualNetworkLinkName, String ifMatch, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).virtualNetworkLinkName - The name of the virtual network link.ifMatch - The ETag of the virtual network link to the Private DNS zone. Omit this value to always delete the
current zone. Specify the last-seen ETag value to prevent accidentally deleting any concurrent changes.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.void delete(String resourceGroupName, String privateZoneName, String virtualNetworkLinkName)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).virtualNetworkLinkName - The name of the virtual network link.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<VirtualNetworkLinkInner>> getWithResponseAsync(String resourceGroupName, String privateZoneName, String virtualNetworkLinkName)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).virtualNetworkLinkName - The name of the virtual network link.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<VirtualNetworkLinkInner> getAsync(String resourceGroupName, String privateZoneName, String virtualNetworkLinkName)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).virtualNetworkLinkName - The name of the virtual network link.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.VirtualNetworkLinkInner get(String resourceGroupName, String privateZoneName, String virtualNetworkLinkName)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).virtualNetworkLinkName - The name of the virtual network link.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<VirtualNetworkLinkInner> getWithResponse(String resourceGroupName, String privateZoneName, String virtualNetworkLinkName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).virtualNetworkLinkName - The name of the virtual network link.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<VirtualNetworkLinkInner> listAsync(String resourceGroupName, String privateZoneName, Integer top)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).top - The maximum number of virtual network links to return. If not specified, returns up to 100 virtual
network links.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<VirtualNetworkLinkInner> listAsync(String resourceGroupName, String privateZoneName)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).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.PagedIterable<VirtualNetworkLinkInner> list(String resourceGroupName, String privateZoneName, Integer top, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).top - The maximum number of virtual network links to return. If not specified, returns up to 100 virtual
network links.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.PagedIterable<VirtualNetworkLinkInner> list(String resourceGroupName, String privateZoneName)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).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.Copyright © 2020 Microsoft Corporation. All rights reserved.