Uses of Class
com.azure.resourcemanager.eventgrid.models.DomainUpdateParameters
-
Packages that use DomainUpdateParameters Package Description com.azure.resourcemanager.eventgrid.fluent Package containing the service clients for EventGridManagementClient.com.azure.resourcemanager.eventgrid.models Package containing the data models for EventGridManagementClient. -
-
Uses of DomainUpdateParameters in com.azure.resourcemanager.eventgrid.fluent
Methods in com.azure.resourcemanager.eventgrid.fluent with parameters of type DomainUpdateParameters Modifier and Type Method Description com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DomainInner>,DomainInner>DomainsClient. beginUpdate(String resourceGroupName, String domainName, DomainUpdateParameters domainUpdateParameters)Asynchronously updates a domain with the specified parameters.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DomainInner>,DomainInner>DomainsClient. beginUpdate(String resourceGroupName, String domainName, DomainUpdateParameters domainUpdateParameters, com.azure.core.util.Context context)Asynchronously updates a domain with the specified parameters.DomainInnerDomainsClient. update(String resourceGroupName, String domainName, DomainUpdateParameters domainUpdateParameters)Asynchronously updates a domain with the specified parameters.DomainInnerDomainsClient. update(String resourceGroupName, String domainName, DomainUpdateParameters domainUpdateParameters, com.azure.core.util.Context context)Asynchronously updates a domain with the specified parameters. -
Uses of DomainUpdateParameters in com.azure.resourcemanager.eventgrid.models
Methods in com.azure.resourcemanager.eventgrid.models that return DomainUpdateParameters Modifier and Type Method Description DomainUpdateParametersDomainUpdateParameters. withAutoCreateTopicWithFirstSubscription(Boolean autoCreateTopicWithFirstSubscription)Set the autoCreateTopicWithFirstSubscription property: This Boolean is used to specify the creation mechanism for 'all' the Event Grid Domain Topics associated with this Event Grid Domain resource.DomainUpdateParametersDomainUpdateParameters. withAutoDeleteTopicWithLastSubscription(Boolean autoDeleteTopicWithLastSubscription)Set the autoDeleteTopicWithLastSubscription property: This Boolean is used to specify the deletion mechanism for 'all' the Event Grid Domain Topics associated with this Event Grid Domain resource.DomainUpdateParametersDomainUpdateParameters. withDisableLocalAuth(Boolean disableLocalAuth)Set the disableLocalAuth property: This boolean is used to enable or disable local auth.DomainUpdateParametersDomainUpdateParameters. withIdentity(IdentityInfo identity)Set the identity property: Identity information for the resource.DomainUpdateParametersDomainUpdateParameters. withInboundIpRules(List<InboundIpRule> inboundIpRules)Set the inboundIpRules property: This can be used to restrict traffic from specific IPs instead of all IPs.DomainUpdateParametersDomainUpdateParameters. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)Set the publicNetworkAccess property: This determines if traffic is allowed over public network.DomainUpdateParametersDomainUpdateParameters. withTags(Map<String,String> tags)Set the tags property: Tags of the domains resource.
-