PrivateDnsZoneGroupInner Class
- java.
lang. Object - com.
azure. core. management. SubResource - com.
azure. resourcemanager. network. fluent. models. PrivateDnsZoneGroupInner
- com.
- com.
public final class PrivateDnsZoneGroupInner
extends SubResource
Private dns zone group resource.
Constructor Summary
Constructor | Description |
---|---|
PrivateDnsZoneGroupInner() |
Creates an instance of Private |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated. |
static
Private |
fromJson(JsonReader jsonReader)
Reads an instance of Private |
String |
name()
Get the name property: Name of the resource that is unique within a resource group. |
List<Private |
privateDnsZoneConfigs()
Get the private |
Provisioning |
provisioningState()
Get the provisioning |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Private |
withId(String id) |
Private |
withName(String name)
Set the name property: Name of the resource that is unique within a resource group. |
Private |
withPrivateDnsZoneConfigs(List<PrivateDnsZoneConfig> privateDnsZoneConfigs)
Set the private |
Methods inherited from SubResource
Methods inherited from java.lang.Object
Constructor Details
PrivateDnsZoneGroupInner
public PrivateDnsZoneGroupInner()
Creates an instance of PrivateDnsZoneGroupInner class.
Method Details
etag
public String etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
Returns:
fromJson
public static PrivateDnsZoneGroupInner fromJson(JsonReader jsonReader)
Reads an instance of PrivateDnsZoneGroupInner from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: Name of the resource that is unique within a resource group. This name can be used to access the resource.
Returns:
privateDnsZoneConfigs
public List
Get the privateDnsZoneConfigs property: A collection of private dns zone configurations of the private dns zone group.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the private dns zone group resource.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
PrivateDnsZoneGroupInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
withId
public PrivateDnsZoneGroupInner withId(String id)
Overrides:
PrivateDnsZoneGroupInner.withId(String id)Parameters:
withName
public PrivateDnsZoneGroupInner withName(String name)
Set the name property: Name of the resource that is unique within a resource group. This name can be used to access the resource.
Parameters:
Returns:
withPrivateDnsZoneConfigs
public PrivateDnsZoneGroupInner withPrivateDnsZoneConfigs(List
Set the privateDnsZoneConfigs property: A collection of private dns zone configurations of the private dns zone group.
Parameters:
Returns:
Applies to
Azure SDK for Java