PrivateDnsZoneGroup Interface

Implements

public interface PrivateDnsZoneGroup
extends IndependentChild<NetworkManager>, HasInnerModel<PrivateDnsZoneGroupInner>, Refreshable<PrivateDnsZoneGroup>, Updatable<Update>

An immutable client-side representation of an Azure private DNS zone group.

Method Summary

Modifier and Type Method and Description
abstract List<PrivateDnsZoneConfig> privateDnsZoneConfigures()
abstract ProvisioningState provisioningState()

Method Details

privateDnsZoneConfigures

public abstract List privateDnsZoneConfigures()

Returns:

the collection of private DNS zone configurations.

provisioningState

public abstract ProvisioningState provisioningState()

Returns:

the provisioning state.

Applies to