Uses of Class
com.azure.resourcemanager.dns.fluent.models.ZoneInner
Packages that use ZoneInner
Package
Description
Package containing the service clients for DnsManagementClient.
Package containing the inner data models for DnsManagementClient.
Package containing the data models for DnsManagementClient.
-
Uses of ZoneInner in com.azure.resourcemanager.dns.fluent
Methods in com.azure.resourcemanager.dns.fluent that return ZoneInnerModifier and TypeMethodDescriptionZonesClient.createOrUpdate(String resourceGroupName, String zoneName, ZoneInner parameters) Creates or updates a DNS zone.ZonesClient.getByResourceGroup(String resourceGroupName, String zoneName) Gets a DNS zone.ZonesClient.update(String resourceGroupName, String zoneName, ZoneUpdate parameters) Updates a DNS zone.Methods in com.azure.resourcemanager.dns.fluent that return types with arguments of type ZoneInnerModifier and TypeMethodDescriptionZonesClient.createOrUpdateAsync(String resourceGroupName, String zoneName, ZoneInner parameters) Creates or updates a DNS zone.com.azure.core.http.rest.Response<ZoneInner> ZonesClient.createOrUpdateWithResponse(String resourceGroupName, String zoneName, ZoneInner parameters, String ifMatch, String ifNoneMatch, com.azure.core.util.Context context) Creates or updates a DNS zone.ZonesClient.createOrUpdateWithResponseAsync(String resourceGroupName, String zoneName, ZoneInner parameters, String ifMatch, String ifNoneMatch) Creates or updates a DNS zone.ZonesClient.getByResourceGroupAsync(String resourceGroupName, String zoneName) Gets a DNS zone.com.azure.core.http.rest.Response<ZoneInner> ZonesClient.getByResourceGroupWithResponse(String resourceGroupName, String zoneName, com.azure.core.util.Context context) Gets a DNS zone.ZonesClient.getByResourceGroupWithResponseAsync(String resourceGroupName, String zoneName) Gets a DNS zone.com.azure.core.http.rest.PagedIterable<ZoneInner> ZonesClient.list()Lists the DNS zones in all resource groups in a subscription.com.azure.core.http.rest.PagedIterable<ZoneInner> Lists the DNS zones in all resource groups in a subscription.com.azure.core.http.rest.PagedFlux<ZoneInner> ZonesClient.listAsync()Lists the DNS zones in all resource groups in a subscription.com.azure.core.http.rest.PagedFlux<ZoneInner> Lists the DNS zones in all resource groups in a subscription.com.azure.core.http.rest.PagedIterable<ZoneInner> ZonesClient.listByResourceGroup(String resourceGroupName) Lists the DNS zones within a resource group.com.azure.core.http.rest.PagedIterable<ZoneInner> ZonesClient.listByResourceGroup(String resourceGroupName, Integer top, com.azure.core.util.Context context) Lists the DNS zones within a resource group.com.azure.core.http.rest.PagedFlux<ZoneInner> ZonesClient.listByResourceGroupAsync(String resourceGroupName) Lists the DNS zones within a resource group.com.azure.core.http.rest.PagedFlux<ZoneInner> ZonesClient.listByResourceGroupAsync(String resourceGroupName, Integer top) Lists the DNS zones within a resource group.ZonesClient.updateAsync(String resourceGroupName, String zoneName, ZoneUpdate parameters) Updates a DNS zone.com.azure.core.http.rest.Response<ZoneInner> ZonesClient.updateWithResponse(String resourceGroupName, String zoneName, ZoneUpdate parameters, String ifMatch, com.azure.core.util.Context context) Updates a DNS zone.ZonesClient.updateWithResponseAsync(String resourceGroupName, String zoneName, ZoneUpdate parameters, String ifMatch) Updates a DNS zone.Methods in com.azure.resourcemanager.dns.fluent with parameters of type ZoneInnerModifier and TypeMethodDescriptionZonesClient.createOrUpdate(String resourceGroupName, String zoneName, ZoneInner parameters) Creates or updates a DNS zone.ZonesClient.createOrUpdateAsync(String resourceGroupName, String zoneName, ZoneInner parameters) Creates or updates a DNS zone.com.azure.core.http.rest.Response<ZoneInner> ZonesClient.createOrUpdateWithResponse(String resourceGroupName, String zoneName, ZoneInner parameters, String ifMatch, String ifNoneMatch, com.azure.core.util.Context context) Creates or updates a DNS zone.ZonesClient.createOrUpdateWithResponseAsync(String resourceGroupName, String zoneName, ZoneInner parameters, String ifMatch, String ifNoneMatch) Creates or updates a DNS zone. -
Uses of ZoneInner in com.azure.resourcemanager.dns.fluent.models
Methods in com.azure.resourcemanager.dns.fluent.models that return ZoneInnerModifier and TypeMethodDescriptionstatic ZoneInnerZoneInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ZoneInner from the JsonReader.Set the etag property: The etag of the zone.ZoneInner.withLocation(String location) ZoneInner.withRegistrationVirtualNetworks(List<com.azure.core.management.SubResource> registrationVirtualNetworks) Set the registrationVirtualNetworks property: A list of references to virtual networks that register hostnames in this DNS zone.ZoneInner.withResolutionVirtualNetworks(List<com.azure.core.management.SubResource> resolutionVirtualNetworks) Set the resolutionVirtualNetworks property: A list of references to virtual networks that resolve records in this DNS zone.ZoneInner.withZoneType(ZoneType zoneType) Set the zoneType property: The type of this DNS zone (Public or Private). -
Uses of ZoneInner in com.azure.resourcemanager.dns.models
Methods in com.azure.resourcemanager.dns.models that return types with arguments of type ZoneInnerModifier and TypeMethodDescriptionZoneListResult.value()Get the value property: Information about the DNS zones.Method parameters in com.azure.resourcemanager.dns.models with type arguments of type ZoneInnerModifier and TypeMethodDescriptionSet the value property: Information about the DNS zones.