PrivateDnsZoneGroup Interface
Implements
IndependentChild<NetworkManager>
HasInnerModel<PrivateDnsZoneGroupInner>
Refreshable<PrivateDnsZoneGroup>
Updatable<Update>
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<Private |
privateDnsZoneConfigures()
Gets the collection of private DNS zone configurations. |
abstract
Provisioning |
provisioningState()
Gets the provisioning state. |
Method Details
privateDnsZoneConfigures
public abstract List
Gets the collection of private DNS zone configurations.
Returns:
the collection of private DNS zone configurations.
provisioningState
public abstract ProvisioningState provisioningState()
Gets the provisioning state.
Returns:
the provisioning state.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java