Uses of Class
com.azure.resourcemanager.cdn.fluent.models.RuleSetInner
Packages that use RuleSetInner
Package
Description
Package containing the service clients for CdnManagementClient.
Package containing the data models for CdnManagementClient.
-
Uses of RuleSetInner in com.azure.resourcemanager.cdn.fluent
Methods in com.azure.resourcemanager.cdn.fluent that return RuleSetInnerModifier and TypeMethodDescriptionCreates a new rule set within the specified profile.Gets an existing AzureFrontDoor rule set with the specified rule set name under the specified subscription, resource group and profile.Methods in com.azure.resourcemanager.cdn.fluent that return types with arguments of type RuleSetInnerModifier and TypeMethodDescriptionRuleSetsClient.createAsync(String resourceGroupName, String profileName, String ruleSetName) Creates a new rule set within the specified profile.com.azure.core.http.rest.Response<RuleSetInner>RuleSetsClient.createWithResponse(String resourceGroupName, String profileName, String ruleSetName, com.azure.core.util.Context context) Creates a new rule set within the specified profile.Mono<com.azure.core.http.rest.Response<RuleSetInner>>RuleSetsClient.createWithResponseAsync(String resourceGroupName, String profileName, String ruleSetName) Creates a new rule set within the specified profile.Gets an existing AzureFrontDoor rule set with the specified rule set name under the specified subscription, resource group and profile.com.azure.core.http.rest.Response<RuleSetInner>RuleSetsClient.getWithResponse(String resourceGroupName, String profileName, String ruleSetName, com.azure.core.util.Context context) Gets an existing AzureFrontDoor rule set with the specified rule set name under the specified subscription, resource group and profile.Mono<com.azure.core.http.rest.Response<RuleSetInner>>RuleSetsClient.getWithResponseAsync(String resourceGroupName, String profileName, String ruleSetName) Gets an existing AzureFrontDoor rule set with the specified rule set name under the specified subscription, resource group and profile.com.azure.core.http.rest.PagedIterable<RuleSetInner>RuleSetsClient.listByProfile(String resourceGroupName, String profileName) Lists existing AzureFrontDoor rule sets within a profile.com.azure.core.http.rest.PagedIterable<RuleSetInner>RuleSetsClient.listByProfile(String resourceGroupName, String profileName, com.azure.core.util.Context context) Lists existing AzureFrontDoor rule sets within a profile.com.azure.core.http.rest.PagedFlux<RuleSetInner>RuleSetsClient.listByProfileAsync(String resourceGroupName, String profileName) Lists existing AzureFrontDoor rule sets within a profile. -
Uses of RuleSetInner in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type RuleSetInnerModifier and TypeMethodDescriptionRuleSetListResult.value()Get the value property: List of AzureFrontDoor rule sets within a profile.