Uses of Class
com.azure.resourcemanager.dns.fluent.models.ZoneInner
-
Packages that use ZoneInner Package Description com.azure.resourcemanager.dns.fluent Package containing the service clients for DnsManagementClient.com.azure.resourcemanager.dns.fluent.models Package containing the inner data models for DnsManagementClient.com.azure.resourcemanager.dns.models 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 ZoneInner Modifier and Type Method Description ZoneInnerZonesClient. createOrUpdate(String resourceGroupName, String zoneName, ZoneInner parameters)Creates or updates a DNS zone.ZoneInnerZonesClient. getByResourceGroup(String resourceGroupName, String zoneName)Gets a DNS zone.ZoneInnerZonesClient. 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 ZoneInner Modifier and Type Method Description Mono<ZoneInner>ZonesClient. createOrUpdateAsync(String resourceGroupName, String zoneName, ZoneInner parameters)Creates or updates a DNS zone.Mono<ZoneInner>ZonesClient. createOrUpdateAsync(String resourceGroupName, String zoneName, ZoneInner parameters, String ifMatch, String ifNoneMatch)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.Mono<com.azure.core.http.rest.Response<ZoneInner>>ZonesClient. createOrUpdateWithResponseAsync(String resourceGroupName, String zoneName, ZoneInner parameters, String ifMatch, String ifNoneMatch)Creates or updates a DNS zone.Mono<ZoneInner>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.Mono<com.azure.core.http.rest.Response<ZoneInner>>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>ZonesClient. list(Integer top, com.azure.core.util.Context context)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>ZonesClient. listAsync(Integer top)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.Mono<ZoneInner>ZonesClient. updateAsync(String resourceGroupName, String zoneName, ZoneUpdate parameters)Updates a DNS zone.Mono<ZoneInner>ZonesClient. updateAsync(String resourceGroupName, String zoneName, ZoneUpdate parameters, String ifMatch)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.Mono<com.azure.core.http.rest.Response<ZoneInner>>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 ZoneInner Modifier and Type Method Description ZoneInnerZonesClient. createOrUpdate(String resourceGroupName, String zoneName, ZoneInner parameters)Creates or updates a DNS zone.Mono<ZoneInner>ZonesClient. createOrUpdateAsync(String resourceGroupName, String zoneName, ZoneInner parameters)Creates or updates a DNS zone.Mono<ZoneInner>ZonesClient. createOrUpdateAsync(String resourceGroupName, String zoneName, ZoneInner parameters, String ifMatch, String ifNoneMatch)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.Mono<com.azure.core.http.rest.Response<ZoneInner>>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 ZoneInner Modifier and Type Method Description ZoneInnerZoneInner. withEtag(String etag)Set the etag property: The etag of the zone.ZoneInnerZoneInner. withLocation(String location)ZoneInnerZoneInner. 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.ZoneInnerZoneInner. 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.ZoneInnerZoneInner. withTags(Map<String,String> tags)ZoneInnerZoneInner. 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 ZoneInner Modifier and Type Method Description List<ZoneInner>ZoneListResult. value()Get the value property: Information about the DNS zones.Method parameters in com.azure.resourcemanager.dns.models with type arguments of type ZoneInner Modifier and Type Method Description ZoneListResultZoneListResult. withValue(List<ZoneInner> value)Set the value property: Information about the DNS zones.
-