public class PrivateZoneInner
extends com.azure.core.management.Resource
| Constructor and Description |
|---|
PrivateZoneInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
etag()
Get the etag property: The ETag of the zone.
|
Long |
maxNumberOfRecordSets()
Get the maxNumberOfRecordSets property: The maximum number of record sets that can be created in this Private DNS
zone.
|
Long |
maxNumberOfVirtualNetworkLinks()
Get the maxNumberOfVirtualNetworkLinks property: The maximum number of virtual networks that can be linked to
this Private DNS zone.
|
Long |
maxNumberOfVirtualNetworkLinksWithRegistration()
Get the maxNumberOfVirtualNetworkLinksWithRegistration property: The maximum number of virtual networks that can
be linked to this Private DNS zone with registration enabled.
|
Long |
numberOfRecordSets()
Get the numberOfRecordSets property: The current number of record sets in this Private DNS zone.
|
Long |
numberOfVirtualNetworkLinks()
Get the numberOfVirtualNetworkLinks property: The current number of virtual networks that are linked to this
Private DNS zone.
|
Long |
numberOfVirtualNetworkLinksWithRegistration()
Get the numberOfVirtualNetworkLinksWithRegistration property: The current number of virtual networks that are
linked to this Private DNS zone with registration enabled.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state of the resource.
|
void |
validate()
Validates the instance.
|
PrivateZoneInner |
withEtag(String etag)
Set the etag property: The ETag of the zone.
|
public String etag()
public PrivateZoneInner withEtag(String etag)
etag - the etag value to set.public Long maxNumberOfRecordSets()
public Long numberOfRecordSets()
public Long maxNumberOfVirtualNetworkLinks()
public Long numberOfVirtualNetworkLinks()
public Long maxNumberOfVirtualNetworkLinksWithRegistration()
public Long numberOfVirtualNetworkLinksWithRegistration()
public ProvisioningState provisioningState()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.