public abstract SyncPoller,ServiceResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, ServiceResourceInner resource)
Create a new Service or update an exiting Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
resource
- Parameters for the create or update operation.
Create a new Service or update an exiting Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
resource
- Parameters for the create or update operation.
context
- The context to associate with this operation.
public abstract PollerFlux,ServiceResourceInner> beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, ServiceResourceInner resource)
Create a new Service or update an exiting Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
resource
- Parameters for the create or update operation.
public abstract SyncPoller,Void> beginDelete(String resourceGroupName, String serviceName)
Operation to delete a Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
public abstract SyncPoller,Void> beginDelete(String resourceGroupName, String serviceName, Context context)
Operation to delete a Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
context
- The context to associate with this operation.
public abstract PollerFlux,Void> beginDeleteAsync(String resourceGroupName, String serviceName)
Operation to delete a Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
public abstract SyncPoller,Void> beginDisableApmGlobally(String resourceGroupName, String serviceName, ApmReference apm)
Disable an APM globally.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
apm
- The target APM for the disable operation.
context
- The context to associate with this operation.
public abstract PollerFlux,Void> beginDisableApmGloballyAsync(String resourceGroupName, String serviceName, ApmReference apm)
Disable an APM globally.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
public abstract SyncPoller,Void> beginEnableApmGlobally(String resourceGroupName, String serviceName, ApmReference apm)
Enable an APM globally.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
apm
- The target APM for the enable operation.
context
- The context to associate with this operation.
public abstract PollerFlux,Void> beginEnableApmGloballyAsync(String resourceGroupName, String serviceName, ApmReference apm)
Enable an APM globally.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
public abstract SyncPoller,Void> beginFlushVnetDnsSetting(String resourceGroupName, String serviceName)
Flush Virtual Network DNS settings for a VNET injected Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
public abstract SyncPoller,Void> beginFlushVnetDnsSetting(String resourceGroupName, String serviceName, Context context)
Flush Virtual Network DNS settings for a VNET injected Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
context
- The context to associate with this operation.
public abstract PollerFlux,Void> beginFlushVnetDnsSettingAsync(String resourceGroupName, String serviceName)
Flush Virtual Network DNS settings for a VNET injected Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
public abstract SyncPoller,Void> beginStart(String resourceGroupName, String serviceName)
Start a Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
public abstract SyncPoller,Void> beginStart(String resourceGroupName, String serviceName, Context context)
Start a Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
context
- The context to associate with this operation.
public abstract PollerFlux,Void> beginStartAsync(String resourceGroupName, String serviceName)
Start a Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
public abstract SyncPoller,Void> beginStop(String resourceGroupName, String serviceName)
Stop a Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
public abstract SyncPoller,Void> beginStop(String resourceGroupName, String serviceName, Context context)
Stop a Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
context
- The context to associate with this operation.
public abstract PollerFlux,Void> beginStopAsync(String resourceGroupName, String serviceName)
Stop a Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
public abstract SyncPoller,ServiceResourceInner> beginUpdate(String resourceGroupName, String serviceName, ServiceResourceInner resource)
Operation to update an exiting Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
resource
- Parameters for the update operation.
context
- The context to associate with this operation.
public abstract PollerFlux,ServiceResourceInner> beginUpdateAsync(String resourceGroupName, String serviceName, ServiceResourceInner resource)
Operation to update an exiting Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
public abstract NameAvailability checkNameAvailability(String location, NameAvailabilityParameters availabilityParameters)
Checks that the resource name is valid and is not already in use.
Parameters:
location
- the region.
availabilityParameters
- Parameters supplied to the operation.
Returns:
name availability result payload.
checkNameAvailabilityAsync
public abstract Mono checkNameAvailabilityAsync(String location, NameAvailabilityParameters availabilityParameters)
Checks that the resource name is valid and is not already in use.
Parameters:
location
- the region.
availabilityParameters
- Parameters supplied to the operation.
Returns:
name availability result payload on successful completion of Mono.
checkNameAvailabilityWithResponse
public abstract Response checkNameAvailabilityWithResponse(String location, NameAvailabilityParameters availabilityParameters, Context context)
Checks that the resource name is valid and is not already in use.
Parameters:
location
- the region.
availabilityParameters
- Parameters supplied to the operation.
context
- The context to associate with this operation.
Returns:
name availability result payload along with Response<T>.
checkNameAvailabilityWithResponseAsync
public abstract Mono> checkNameAvailabilityWithResponseAsync(String location, NameAvailabilityParameters availabilityParameters)
Checks that the resource name is valid and is not already in use.
Parameters:
location
- the region.
availabilityParameters
- Parameters supplied to the operation.
Returns:
name availability result payload along with Response<T> on successful completion of Mono.
createOrUpdate
public abstract ServiceResourceInner createOrUpdate(String resourceGroupName, String serviceName, ServiceResourceInner resource)
Create a new Service or update an exiting Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
resource
- Parameters for the create or update operation.
Create a new Service or update an exiting Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
resource
- Parameters for the create or update operation.
context
- The context to associate with this operation.
Returns:
service resource.
createOrUpdateAsync
public abstract Mono createOrUpdateAsync(String resourceGroupName, String serviceName, ServiceResourceInner resource)
Create a new Service or update an exiting Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
resource
- Parameters for the create or update operation.
Returns:
service resource on successful completion of Mono.
createOrUpdateWithResponseAsync
public abstract Mono>> createOrUpdateWithResponseAsync(String resourceGroupName, String serviceName, ServiceResourceInner resource)
Create a new Service or update an exiting Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
resource
- Parameters for the create or update operation.
Returns:
service resource along with Response<T> on successful completion of Mono.
delete
public abstract void delete(String resourceGroupName, String serviceName)
Operation to delete a Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
delete
public abstract void delete(String resourceGroupName, String serviceName, Context context)
Operation to delete a Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
context
- The context to associate with this operation.
deleteAsync
public abstract Mono deleteAsync(String resourceGroupName, String serviceName)
Operation to delete a Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
Returns:
A Mono that completes when a successful response is received.
deleteWithResponseAsync
public abstract Mono>> deleteWithResponseAsync(String resourceGroupName, String serviceName)
Operation to delete a Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
public abstract void disableApmGlobally(String resourceGroupName, String serviceName, ApmReference apm)
Disable an APM globally.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
apm
- The target APM for the disable operation.
context
- The context to associate with this operation.
disableApmGloballyAsync
public abstract Mono disableApmGloballyAsync(String resourceGroupName, String serviceName, ApmReference apm)
Disable an APM globally.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
apm
- The target APM for the disable operation.
Returns:
A Mono that completes when a successful response is received.
disableApmGloballyWithResponseAsync
public abstract Mono>> disableApmGloballyWithResponseAsync(String resourceGroupName, String serviceName, ApmReference apm)
Disable an APM globally.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
public abstract void disableTestEndpoint(String resourceGroupName, String serviceName)
Disable test endpoint functionality for a Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
disableTestEndpointAsync
public abstract Mono disableTestEndpointAsync(String resourceGroupName, String serviceName)
Disable test endpoint functionality for a Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
Returns:
A Mono that completes when a successful response is received.
disableTestEndpointWithResponse
public abstract Response disableTestEndpointWithResponse(String resourceGroupName, String serviceName, Context context)
Disable test endpoint functionality for a Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
context
- The context to associate with this operation.
public abstract Mono> disableTestEndpointWithResponseAsync(String resourceGroupName, String serviceName)
Disable test endpoint functionality for a Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
public abstract void enableApmGlobally(String resourceGroupName, String serviceName, ApmReference apm)
Enable an APM globally.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
apm
- The target APM for the enable operation.
context
- The context to associate with this operation.
enableApmGloballyAsync
public abstract Mono enableApmGloballyAsync(String resourceGroupName, String serviceName, ApmReference apm)
Enable an APM globally.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
apm
- The target APM for the enable operation.
Returns:
A Mono that completes when a successful response is received.
enableApmGloballyWithResponseAsync
public abstract Mono>> enableApmGloballyWithResponseAsync(String resourceGroupName, String serviceName, ApmReference apm)
Enable an APM globally.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
public abstract TestKeys enableTestEndpoint(String resourceGroupName, String serviceName)
Enable test endpoint functionality for a Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
Returns:
test keys payload.
enableTestEndpointAsync
public abstract Mono enableTestEndpointAsync(String resourceGroupName, String serviceName)
Enable test endpoint functionality for a Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
Returns:
test keys payload on successful completion of Mono.
enableTestEndpointWithResponse
public abstract Response enableTestEndpointWithResponse(String resourceGroupName, String serviceName, Context context)
Enable test endpoint functionality for a Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
context
- The context to associate with this operation.
public abstract Mono> enableTestEndpointWithResponseAsync(String resourceGroupName, String serviceName)
Enable test endpoint functionality for a Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
Returns:
test keys payload along with Response<T> on successful completion of Mono.
flushVnetDnsSetting
public abstract void flushVnetDnsSetting(String resourceGroupName, String serviceName)
Flush Virtual Network DNS settings for a VNET injected Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
flushVnetDnsSetting
public abstract void flushVnetDnsSetting(String resourceGroupName, String serviceName, Context context)
Flush Virtual Network DNS settings for a VNET injected Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
context
- The context to associate with this operation.
flushVnetDnsSettingAsync
public abstract Mono flushVnetDnsSettingAsync(String resourceGroupName, String serviceName)
Flush Virtual Network DNS settings for a VNET injected Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
Returns:
A Mono that completes when a successful response is received.
flushVnetDnsSettingWithResponseAsync
public abstract Mono>> flushVnetDnsSettingWithResponseAsync(String resourceGroupName, String serviceName)
Flush Virtual Network DNS settings for a VNET injected Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
public abstract ServiceResourceInner getByResourceGroup(String resourceGroupName, String serviceName)
Get a Service and its properties.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
Returns:
a Service and its properties.
getByResourceGroupAsync
public abstract Mono getByResourceGroupAsync(String resourceGroupName, String serviceName)
Get a Service and its properties.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
Returns:
a Service and its properties on successful completion of Mono.
getByResourceGroupWithResponse
public abstract Response getByResourceGroupWithResponse(String resourceGroupName, String serviceName, Context context)
Get a Service and its properties.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
context
- The context to associate with this operation.
Returns:
a Service and its properties along with Response<T>.
getByResourceGroupWithResponseAsync
public abstract Mono> getByResourceGroupWithResponseAsync(String resourceGroupName, String serviceName)
Get a Service and its properties.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
Returns:
a Service and its properties along with Response<T> on successful completion of Mono.
list
public abstract PagedIterable list()
Handles requests to list all resources in a subscription.
Returns:
object that includes an array of Service resources and a possible link for next set as paginated response
with PagedIterable<T>.
list
public abstract PagedIterable list(Context context)
Handles requests to list all resources in a subscription.
Parameters:
context
- The context to associate with this operation.
Returns:
object that includes an array of Service resources and a possible link for next set as paginated response
with PagedIterable<T>.
listAsync
public abstract PagedFlux listAsync()
Handles requests to list all resources in a subscription.
Returns:
object that includes an array of Service resources and a possible link for next set as paginated response
with PagedFlux<T>.
listByResourceGroup
public abstract PagedIterable listByResourceGroup(String resourceGroupName)
Handles requests to list all resources in a resource group.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
Returns:
object that includes an array of Service resources and a possible link for next set as paginated response
with PagedIterable<T>.
listByResourceGroup
public abstract PagedIterable listByResourceGroup(String resourceGroupName, Context context)
Handles requests to list all resources in a resource group.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
context
- The context to associate with this operation.
Returns:
object that includes an array of Service resources and a possible link for next set as paginated response
with PagedIterable<T>.
listByResourceGroupAsync
public abstract PagedFlux listByResourceGroupAsync(String resourceGroupName)
Handles requests to list all resources in a resource group.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
Returns:
object that includes an array of Service resources and a possible link for next set as paginated response
with PagedFlux<T>.
listGloballyEnabledApms
public abstract GloballyEnabledApmsInner listGloballyEnabledApms(String resourceGroupName, String serviceName)
List globally enabled APMs for a Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
Returns:
globally enabled APMs payload.
listGloballyEnabledApmsAsync
public abstract Mono listGloballyEnabledApmsAsync(String resourceGroupName, String serviceName)
List globally enabled APMs for a Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
Returns:
globally enabled APMs payload on successful completion of Mono.
listGloballyEnabledApmsWithResponse
public abstract Response listGloballyEnabledApmsWithResponse(String resourceGroupName, String serviceName, Context context)
List globally enabled APMs for a Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
context
- The context to associate with this operation.
Returns:
globally enabled APMs payload along with Response<T>.
listGloballyEnabledApmsWithResponseAsync
public abstract Mono> listGloballyEnabledApmsWithResponseAsync(String resourceGroupName, String serviceName)
List globally enabled APMs for a Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
Returns:
globally enabled APMs payload along with Response<T> on successful completion of Mono.
listSupportedApmTypes
public abstract PagedIterable listSupportedApmTypes(String resourceGroupName, String serviceName)
List supported APM types for a Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
Returns:
supported APM types payload as paginated response with PagedIterable<T>.
listSupportedApmTypes
public abstract PagedIterable listSupportedApmTypes(String resourceGroupName, String serviceName, Context context)
List supported APM types for a Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
context
- The context to associate with this operation.
Returns:
supported APM types payload as paginated response with PagedIterable<T>.
listSupportedApmTypesAsync
public abstract PagedFlux listSupportedApmTypesAsync(String resourceGroupName, String serviceName)
List supported APM types for a Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
Returns:
supported APM types payload as paginated response with PagedFlux<T>.
listSupportedServerVersions
public abstract PagedIterable listSupportedServerVersions(String resourceGroupName, String serviceName)
Lists all of the available server versions supported by Microsoft.AppPlatform provider.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
Returns:
supported server versions as paginated response with PagedIterable<T>.
listSupportedServerVersions
public abstract PagedIterable listSupportedServerVersions(String resourceGroupName, String serviceName, Context context)
Lists all of the available server versions supported by Microsoft.AppPlatform provider.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
context
- The context to associate with this operation.
Returns:
supported server versions as paginated response with PagedIterable<T>.
listSupportedServerVersionsAsync
public abstract PagedFlux listSupportedServerVersionsAsync(String resourceGroupName, String serviceName)
Lists all of the available server versions supported by Microsoft.AppPlatform provider.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
Returns:
supported server versions as paginated response with PagedFlux<T>.
listTestKeys
public abstract TestKeys listTestKeys(String resourceGroupName, String serviceName)
List test keys for a Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
Returns:
test keys payload.
listTestKeysAsync
public abstract Mono listTestKeysAsync(String resourceGroupName, String serviceName)
List test keys for a Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
Returns:
test keys payload on successful completion of Mono.
listTestKeysWithResponse
public abstract Response listTestKeysWithResponse(String resourceGroupName, String serviceName, Context context)
List test keys for a Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
context
- The context to associate with this operation.
public abstract Mono> listTestKeysWithResponseAsync(String resourceGroupName, String serviceName)
List test keys for a Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
Returns:
test keys payload along with Response<T> on successful completion of Mono.
regenerateTestKey
public abstract TestKeys regenerateTestKey(String resourceGroupName, String serviceName, RegenerateTestKeyRequestPayload regenerateTestKeyRequest)
Regenerate a test key for a Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
regenerateTestKeyRequest
- Parameters for the operation.
Returns:
test keys payload.
regenerateTestKeyAsync
public abstract Mono regenerateTestKeyAsync(String resourceGroupName, String serviceName, RegenerateTestKeyRequestPayload regenerateTestKeyRequest)
Regenerate a test key for a Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
regenerateTestKeyRequest
- Parameters for the operation.
Returns:
test keys payload on successful completion of Mono.
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
regenerateTestKeyRequest
- Parameters for the operation.
context
- The context to associate with this operation.
public abstract Mono> regenerateTestKeyWithResponseAsync(String resourceGroupName, String serviceName, RegenerateTestKeyRequestPayload regenerateTestKeyRequest)
Regenerate a test key for a Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
regenerateTestKeyRequest
- Parameters for the operation.
Returns:
test keys payload along with Response<T> on successful completion of Mono.
start
public abstract void start(String resourceGroupName, String serviceName)
Start a Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
start
public abstract void start(String resourceGroupName, String serviceName, Context context)
Start a Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
context
- The context to associate with this operation.
startAsync
public abstract Mono startAsync(String resourceGroupName, String serviceName)
Start a Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
Returns:
A Mono that completes when a successful response is received.
startWithResponseAsync
public abstract Mono>> startWithResponseAsync(String resourceGroupName, String serviceName)
Start a Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
public abstract void stop(String resourceGroupName, String serviceName)
Stop a Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
stop
public abstract void stop(String resourceGroupName, String serviceName, Context context)
Stop a Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
context
- The context to associate with this operation.
stopAsync
public abstract Mono stopAsync(String resourceGroupName, String serviceName)
Stop a Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
Returns:
A Mono that completes when a successful response is received.
stopWithResponseAsync
public abstract Mono>> stopWithResponseAsync(String resourceGroupName, String serviceName)
Stop a Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
public abstract ServiceResourceInner update(String resourceGroupName, String serviceName, ServiceResourceInner resource)
Operation to update an exiting Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
resource
- Parameters for the update operation.
context
- The context to associate with this operation.
Returns:
service resource.
updateAsync
public abstract Mono updateAsync(String resourceGroupName, String serviceName, ServiceResourceInner resource)
Operation to update an exiting Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
resource
- Parameters for the update operation.
Returns:
service resource on successful completion of Mono.
updateWithResponseAsync
public abstract Mono>> updateWithResponseAsync(String resourceGroupName, String serviceName, ServiceResourceInner resource)
Operation to update an exiting Service.
Parameters:
resourceGroupName
- The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.
serviceName
- The name of the Service resource.
resource
- Parameters for the update operation.
Returns:
service resource along with Response<T> on successful completion of Mono.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.