VirtualNetworkLink Interface

Implements

public interface VirtualNetworkLink
extends ExternalChildResource<VirtualNetworkLink,PrivateDnsZone>, HasInnerModel<VirtualNetworkLinkInner>

An immutable client-side representation of an Azure Virtual Network Link.

Method Summary

Modifier and Type Method and Description
abstract String etag()

Gets the ETag of the virtual network link.

abstract boolean isAutoRegistrationEnabled()

Checks whether auto-registration of virtual machine records in the virtual network gets enabled in the private DNS zone.

abstract ProvisioningState provisioningState()

Gets the provisioning state of the virtual network link.

abstract String referencedVirtualNetworkId()

Gets the id of referenced virtual network.

abstract VirtualNetworkLinkState virtualNetworkLinkState()

Gets the status of the virtual network link to the private DNS zone.

Method Details

public abstract String etag()

Gets the ETag of the virtual network link.

Returns:

the ETag of the virtual network link.

public abstract boolean isAutoRegistrationEnabled()

Checks whether auto-registration of virtual machine records in the virtual network gets enabled in the private DNS zone.

Returns:

whether auto-registration of virtual machine records in the virtual network gets enabled in the private DNS zone.

public abstract ProvisioningState provisioningState()

Gets the provisioning state of the virtual network link.

Returns:

the provisioning state of the virtual network link.

public abstract String referencedVirtualNetworkId()

Gets the id of referenced virtual network.

Returns:

the id of referenced virtual network.

public abstract VirtualNetworkLinkState virtualNetworkLinkState()

Gets the status of the virtual network link to the private DNS zone.

Returns:

the status of the virtual network link to the private DNS zone.

Applies to