Uses of Interface
com.azure.resourcemanager.eventgrid.models.Domain
-
Packages that use Domain Package Description com.azure.resourcemanager.eventgrid.models Package containing the data models for EventGridManagementClient. -
-
Uses of Domain in com.azure.resourcemanager.eventgrid.models
Methods in com.azure.resourcemanager.eventgrid.models that return Domain Modifier and Type Method Description DomainDomain.Update. apply()Executes the update request.DomainDomain.Update. apply(com.azure.core.util.Context context)Executes the update request.DomainDomain.DefinitionStages.WithCreate. create()Executes the create request.DomainDomain.DefinitionStages.WithCreate. create(com.azure.core.util.Context context)Executes the create request.DomainDomains. getById(String id)Get properties of a domain.DomainDomains. getByResourceGroup(String resourceGroupName, String domainName)Get properties of a domain.DomainDomain. refresh()Refreshes the resource to sync with Azure.DomainDomain. refresh(com.azure.core.util.Context context)Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.eventgrid.models that return types with arguments of type Domain Modifier and Type Method Description com.azure.core.http.rest.Response<Domain>Domains. getByIdWithResponse(String id, com.azure.core.util.Context context)Get properties of a domain.com.azure.core.http.rest.Response<Domain>Domains. getByResourceGroupWithResponse(String resourceGroupName, String domainName, com.azure.core.util.Context context)Get properties of a domain.com.azure.core.http.rest.PagedIterable<Domain>Domains. list()List all the domains under an Azure subscription.com.azure.core.http.rest.PagedIterable<Domain>Domains. list(String filter, Integer top, com.azure.core.util.Context context)List all the domains under an Azure subscription.com.azure.core.http.rest.PagedIterable<Domain>Domains. listByResourceGroup(String resourceGroupName)List all the domains under a resource group.com.azure.core.http.rest.PagedIterable<Domain>Domains. listByResourceGroup(String resourceGroupName, String filter, Integer top, com.azure.core.util.Context context)List all the domains under a resource group.
-