VirtualNetworkLinksClient Interface

public interface VirtualNetworkLinksClient

An instance of this class provides access to all the operations defined in VirtualNetworkLinksClient.

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<VirtualNetworkLinkInner>,VirtualNetworkLinkInner> beginCreateOrUpdate(String resourceGroupName, String dnsForwardingRulesetName, String virtualNetworkLinkName, VirtualNetworkLinkInner parameters)

Creates or updates a virtual network link to a DNS forwarding ruleset.

abstract SyncPoller<PollResult<VirtualNetworkLinkInner>,VirtualNetworkLinkInner> beginCreateOrUpdate(String resourceGroupName, String dnsForwardingRulesetName, String virtualNetworkLinkName, VirtualNetworkLinkInner parameters, String ifMatch, String ifNoneMatch, Context context)

Creates or updates a virtual network link to a DNS forwarding ruleset.

abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String dnsForwardingRulesetName, String virtualNetworkLinkName)

Deletes a virtual network link to a DNS forwarding ruleset.

abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String dnsForwardingRulesetName, String virtualNetworkLinkName, String ifMatch, Context context)

Deletes a virtual network link to a DNS forwarding ruleset.

abstract SyncPoller<PollResult<VirtualNetworkLinkInner>,VirtualNetworkLinkInner> beginUpdate(String resourceGroupName, String dnsForwardingRulesetName, String virtualNetworkLinkName, VirtualNetworkLinkPatch parameters)

Updates a virtual network link to a DNS forwarding ruleset.

abstract SyncPoller<PollResult<VirtualNetworkLinkInner>,VirtualNetworkLinkInner> beginUpdate(String resourceGroupName, String dnsForwardingRulesetName, String virtualNetworkLinkName, VirtualNetworkLinkPatch parameters, String ifMatch, Context context)

Updates a virtual network link to a DNS forwarding ruleset.

abstract VirtualNetworkLinkInner createOrUpdate(String resourceGroupName, String dnsForwardingRulesetName, String virtualNetworkLinkName, VirtualNetworkLinkInner parameters)

Creates or updates a virtual network link to a DNS forwarding ruleset.

abstract VirtualNetworkLinkInner createOrUpdate(String resourceGroupName, String dnsForwardingRulesetName, String virtualNetworkLinkName, VirtualNetworkLinkInner parameters, String ifMatch, String ifNoneMatch, Context context)

Creates or updates a virtual network link to a DNS forwarding ruleset.

abstract void delete(String resourceGroupName, String dnsForwardingRulesetName, String virtualNetworkLinkName)

Deletes a virtual network link to a DNS forwarding ruleset.

abstract void delete(String resourceGroupName, String dnsForwardingRulesetName, String virtualNetworkLinkName, String ifMatch, Context context)

Deletes a virtual network link to a DNS forwarding ruleset.

abstract VirtualNetworkLinkInner get(String resourceGroupName, String dnsForwardingRulesetName, String virtualNetworkLinkName)

Gets properties of a virtual network link to a DNS forwarding ruleset.

abstract Response<VirtualNetworkLinkInner> getWithResponse(String resourceGroupName, String dnsForwardingRulesetName, String virtualNetworkLinkName, Context context)

Gets properties of a virtual network link to a DNS forwarding ruleset.

abstract PagedIterable<VirtualNetworkLinkInner> list(String resourceGroupName, String dnsForwardingRulesetName)

Lists virtual network links to a DNS forwarding ruleset.

abstract PagedIterable<VirtualNetworkLinkInner> list(String resourceGroupName, String dnsForwardingRulesetName, Integer top, Context context)

Lists virtual network links to a DNS forwarding ruleset.

abstract VirtualNetworkLinkInner update(String resourceGroupName, String dnsForwardingRulesetName, String virtualNetworkLinkName, VirtualNetworkLinkPatch parameters)

Updates a virtual network link to a DNS forwarding ruleset.

abstract VirtualNetworkLinkInner update(String resourceGroupName, String dnsForwardingRulesetName, String virtualNetworkLinkName, VirtualNetworkLinkPatch parameters, String ifMatch, Context context)

Updates a virtual network link to a DNS forwarding ruleset.

Method Details

beginCreateOrUpdate

public abstract SyncPoller<PollResult<VirtualNetworkLinkInner>,VirtualNetworkLinkInner> beginCreateOrUpdate(String resourceGroupName, String dnsForwardingRulesetName, String virtualNetworkLinkName, VirtualNetworkLinkInner parameters)

Creates or updates a virtual network link to a DNS forwarding ruleset.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
dnsForwardingRulesetName - The name of the DNS forwarding ruleset.
virtualNetworkLinkName - The name of the virtual network link.
parameters - Parameters supplied to the CreateOrUpdate operation.

Returns:

the SyncPoller<T,U> for polling of describes a virtual network link.

beginCreateOrUpdate

public abstract SyncPoller<PollResult<VirtualNetworkLinkInner>,VirtualNetworkLinkInner> beginCreateOrUpdate(String resourceGroupName, String dnsForwardingRulesetName, String virtualNetworkLinkName, VirtualNetworkLinkInner parameters, String ifMatch, String ifNoneMatch, Context context)

Creates or updates a virtual network link to a DNS forwarding ruleset.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
dnsForwardingRulesetName - The name of the DNS forwarding ruleset.
virtualNetworkLinkName - The name of the virtual network link.
parameters - Parameters supplied to the CreateOrUpdate operation.
ifMatch - ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes.
ifNoneMatch - Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of describes a virtual network link.

beginDelete

public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String dnsForwardingRulesetName, String virtualNetworkLinkName)

Deletes a virtual network link to a DNS forwarding ruleset. WARNING: This operation cannot be undone.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
dnsForwardingRulesetName - The name of the DNS forwarding ruleset.
virtualNetworkLinkName - The name of the virtual network link.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginDelete

public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String dnsForwardingRulesetName, String virtualNetworkLinkName, String ifMatch, Context context)

Deletes a virtual network link to a DNS forwarding ruleset. WARNING: This operation cannot be undone.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
dnsForwardingRulesetName - The name of the DNS forwarding ruleset.
virtualNetworkLinkName - The name of the virtual network link.
ifMatch - ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginUpdate

public abstract SyncPoller<PollResult<VirtualNetworkLinkInner>,VirtualNetworkLinkInner> beginUpdate(String resourceGroupName, String dnsForwardingRulesetName, String virtualNetworkLinkName, VirtualNetworkLinkPatch parameters)

Updates a virtual network link to a DNS forwarding ruleset.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
dnsForwardingRulesetName - The name of the DNS forwarding ruleset.
virtualNetworkLinkName - The name of the virtual network link.
parameters - Parameters supplied to the Update operation.

Returns:

the SyncPoller<T,U> for polling of describes a virtual network link.

beginUpdate

public abstract SyncPoller<PollResult<VirtualNetworkLinkInner>,VirtualNetworkLinkInner> beginUpdate(String resourceGroupName, String dnsForwardingRulesetName, String virtualNetworkLinkName, VirtualNetworkLinkPatch parameters, String ifMatch, Context context)

Updates a virtual network link to a DNS forwarding ruleset.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
dnsForwardingRulesetName - The name of the DNS forwarding ruleset.
virtualNetworkLinkName - The name of the virtual network link.
parameters - Parameters supplied to the Update operation.
ifMatch - ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of describes a virtual network link.

createOrUpdate

public abstract VirtualNetworkLinkInner createOrUpdate(String resourceGroupName, String dnsForwardingRulesetName, String virtualNetworkLinkName, VirtualNetworkLinkInner parameters)

Creates or updates a virtual network link to a DNS forwarding ruleset.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
dnsForwardingRulesetName - The name of the DNS forwarding ruleset.
virtualNetworkLinkName - The name of the virtual network link.
parameters - Parameters supplied to the CreateOrUpdate operation.

Returns:

describes a virtual network link.

createOrUpdate

public abstract VirtualNetworkLinkInner createOrUpdate(String resourceGroupName, String dnsForwardingRulesetName, String virtualNetworkLinkName, VirtualNetworkLinkInner parameters, String ifMatch, String ifNoneMatch, Context context)

Creates or updates a virtual network link to a DNS forwarding ruleset.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
dnsForwardingRulesetName - The name of the DNS forwarding ruleset.
virtualNetworkLinkName - The name of the virtual network link.
parameters - Parameters supplied to the CreateOrUpdate operation.
ifMatch - ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes.
ifNoneMatch - Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored.
context - The context to associate with this operation.

Returns:

describes a virtual network link.

delete

public abstract void delete(String resourceGroupName, String dnsForwardingRulesetName, String virtualNetworkLinkName)

Deletes a virtual network link to a DNS forwarding ruleset. WARNING: This operation cannot be undone.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
dnsForwardingRulesetName - The name of the DNS forwarding ruleset.
virtualNetworkLinkName - The name of the virtual network link.

delete

public abstract void delete(String resourceGroupName, String dnsForwardingRulesetName, String virtualNetworkLinkName, String ifMatch, Context context)

Deletes a virtual network link to a DNS forwarding ruleset. WARNING: This operation cannot be undone.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
dnsForwardingRulesetName - The name of the DNS forwarding ruleset.
virtualNetworkLinkName - The name of the virtual network link.
ifMatch - ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes.
context - The context to associate with this operation.

get

public abstract VirtualNetworkLinkInner get(String resourceGroupName, String dnsForwardingRulesetName, String virtualNetworkLinkName)

Gets properties of a virtual network link to a DNS forwarding ruleset.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
dnsForwardingRulesetName - The name of the DNS forwarding ruleset.
virtualNetworkLinkName - The name of the virtual network link.

Returns:

properties of a virtual network link to a DNS forwarding ruleset.

getWithResponse

public abstract Response<VirtualNetworkLinkInner> getWithResponse(String resourceGroupName, String dnsForwardingRulesetName, String virtualNetworkLinkName, Context context)

Gets properties of a virtual network link to a DNS forwarding ruleset.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
dnsForwardingRulesetName - The name of the DNS forwarding ruleset.
virtualNetworkLinkName - The name of the virtual network link.
context - The context to associate with this operation.

Returns:

properties of a virtual network link to a DNS forwarding ruleset along with Response<T>.

list

public abstract PagedIterable<VirtualNetworkLinkInner> list(String resourceGroupName, String dnsForwardingRulesetName)

Lists virtual network links to a DNS forwarding ruleset.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
dnsForwardingRulesetName - The name of the DNS forwarding ruleset.

Returns:

the response to an enumeration operation on virtual network links as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<VirtualNetworkLinkInner> list(String resourceGroupName, String dnsForwardingRulesetName, Integer top, Context context)

Lists virtual network links to a DNS forwarding ruleset.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
dnsForwardingRulesetName - The name of the DNS forwarding ruleset.
top - The maximum number of results to return. If not specified, returns up to 100 results.
context - The context to associate with this operation.

Returns:

the response to an enumeration operation on virtual network links as paginated response with PagedIterable<T>.

update

public abstract VirtualNetworkLinkInner update(String resourceGroupName, String dnsForwardingRulesetName, String virtualNetworkLinkName, VirtualNetworkLinkPatch parameters)

Updates a virtual network link to a DNS forwarding ruleset.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
dnsForwardingRulesetName - The name of the DNS forwarding ruleset.
virtualNetworkLinkName - The name of the virtual network link.
parameters - Parameters supplied to the Update operation.

Returns:

describes a virtual network link.

update

public abstract VirtualNetworkLinkInner update(String resourceGroupName, String dnsForwardingRulesetName, String virtualNetworkLinkName, VirtualNetworkLinkPatch parameters, String ifMatch, Context context)

Updates a virtual network link to a DNS forwarding ruleset.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
dnsForwardingRulesetName - The name of the DNS forwarding ruleset.
virtualNetworkLinkName - The name of the virtual network link.
parameters - Parameters supplied to the Update operation.
ifMatch - ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes.
context - The context to associate with this operation.

Returns:

describes a virtual network link.

Applies to