public abstract SwapResourceInner get(String groupName, String resourceName)
Gets the SwapResource which identifies the slot type for the specified cloud service. The slot type on a cloud service can either be Staging or Production.
Parameters:
groupName
- The name of the resource group.
resourceName
- The name of the cloud service.
Returns:
the SwapResource which identifies the slot type for the specified cloud service.
getAsync
public abstract Mono getAsync(String groupName, String resourceName)
Gets the SwapResource which identifies the slot type for the specified cloud service. The slot type on a cloud service can either be Staging or Production.
Parameters:
groupName
- The name of the resource group.
resourceName
- The name of the cloud service.
Returns:
the SwapResource which identifies the slot type for the specified cloud service on successful completion
of Mono.
getWithResponse
public abstract Response getWithResponse(String groupName, String resourceName, Context context)
Gets the SwapResource which identifies the slot type for the specified cloud service. The slot type on a cloud service can either be Staging or Production.
Parameters:
groupName
- The name of the resource group.
resourceName
- The name of the cloud service.
context
- The context to associate with this operation.
Returns:
the SwapResource which identifies the slot type for the specified cloud service along with
Response<T>.
getWithResponseAsync
public abstract Mono> getWithResponseAsync(String groupName, String resourceName)
Gets the SwapResource which identifies the slot type for the specified cloud service. The slot type on a cloud service can either be Staging or Production.
Parameters:
groupName
- The name of the resource group.
resourceName
- The name of the cloud service.
Returns:
the SwapResource which identifies the slot type for the specified cloud service along with
Response<T> on successful completion of Mono.
list
public abstract SwapResourceListResultInner list(String groupName, String resourceName)
Gets the list of SwapResource which identifies the slot type for the specified cloud service. The slot type on a cloud service can either be Staging or Production.
Parameters:
groupName
- The name of the resource group.
resourceName
- The name of the cloud service.
Returns:
the list of SwapResource which identifies the slot type for the specified cloud service.
listAsync
public abstract Mono listAsync(String groupName, String resourceName)
Gets the list of SwapResource which identifies the slot type for the specified cloud service. The slot type on a cloud service can either be Staging or Production.
Parameters:
groupName
- The name of the resource group.
resourceName
- The name of the cloud service.
Returns:
the list of SwapResource which identifies the slot type for the specified cloud service on successful
completion of Mono.
listWithResponse
public abstract Response listWithResponse(String groupName, String resourceName, Context context)
Gets the list of SwapResource which identifies the slot type for the specified cloud service. The slot type on a cloud service can either be Staging or Production.
Parameters:
groupName
- The name of the resource group.
resourceName
- The name of the cloud service.
context
- The context to associate with this operation.
Returns:
the list of SwapResource which identifies the slot type for the specified cloud service along with
Response<T>.
listWithResponseAsync
public abstract Mono> listWithResponseAsync(String groupName, String resourceName)
Gets the list of SwapResource which identifies the slot type for the specified cloud service. The slot type on a cloud service can either be Staging or Production.
Parameters:
groupName
- The name of the resource group.
resourceName
- The name of the cloud service.
Returns:
the list of SwapResource which identifies the slot type for the specified cloud service along with
Response<T> on successful completion of Mono.
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.