public class PrivateDnsZoneGroupInner
extends com.azure.core.management.SubResource
| Constructor and Description |
|---|
PrivateDnsZoneGroupInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
|
String |
name()
Get the name property: Name of the resource that is unique within a resource group.
|
List<PrivateDnsZoneConfig> |
privateDnsZoneConfigs()
Get the privateDnsZoneConfigs property: A collection of private dns zone configurations of the private dns zone
group.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state of the private dns zone group resource.
|
void |
validate()
Validates the instance.
|
PrivateDnsZoneGroupInner |
withName(String name)
Set the name property: Name of the resource that is unique within a resource group.
|
PrivateDnsZoneGroupInner |
withPrivateDnsZoneConfigs(List<PrivateDnsZoneConfig> privateDnsZoneConfigs)
Set the privateDnsZoneConfigs property: A collection of private dns zone configurations of the private dns zone
group.
|
public String name()
public PrivateDnsZoneGroupInner withName(String name)
name - the name value to set.public String etag()
public ProvisioningState provisioningState()
public List<PrivateDnsZoneConfig> privateDnsZoneConfigs()
public PrivateDnsZoneGroupInner withPrivateDnsZoneConfigs(List<PrivateDnsZoneConfig> privateDnsZoneConfigs)
privateDnsZoneConfigs - the privateDnsZoneConfigs value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.