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() |
abstract boolean | isAutoRegistrationEnabled() |
abstract
Provisioning |
provisioningState() |
abstract String | referencedVirtualNetworkId() |
abstract
Virtual |
virtualNetworkLinkState() |
Method Details
etag
public abstract String etag()
Returns:
the ETag of the virtual network link.
isAutoRegistrationEnabled
public abstract boolean isAutoRegistrationEnabled()
Returns:
whether auto-registration of virtual machine records in the virtual network
gets enabled in the private DNS zone.
provisioningState
public abstract ProvisioningState provisioningState()
Returns:
the provisioning state of the virtual network link.
referencedVirtualNetworkId
public abstract String referencedVirtualNetworkId()
Returns:
the id of referenced virtual network.
virtualNetworkLinkState
public abstract VirtualNetworkLinkState virtualNetworkLinkState()
Returns:
the status of the virtual network link to the private DNS zone.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java