Mono<RuleSetInner> |
RuleSetsClient.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.
|
Mono<RuleSetInner> |
RuleSetsClient.getAsync(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.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.
|