public interface ProvidersClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.http.rest.PagedIterable<ApplicationStackResourceInner> |
getAvailableStacks()
Description for Get available application frameworks and their versions.
|
com.azure.core.http.rest.PagedIterable<ApplicationStackResourceInner> |
getAvailableStacks(ProviderOsTypeSelected osTypeSelected,
com.azure.core.util.Context context)
Description for Get available application frameworks and their versions.
|
com.azure.core.http.rest.PagedFlux<ApplicationStackResourceInner> |
getAvailableStacksAsync()
Description for Get available application frameworks and their versions.
|
com.azure.core.http.rest.PagedFlux<ApplicationStackResourceInner> |
getAvailableStacksAsync(ProviderOsTypeSelected osTypeSelected)
Description for Get available application frameworks and their versions.
|
com.azure.core.http.rest.PagedIterable<FunctionAppStackInner> |
getFunctionAppStacks()
Description for Get available Function app frameworks and their versions.
|
com.azure.core.http.rest.PagedIterable<FunctionAppStackInner> |
getFunctionAppStacks(ProviderStackOsType stackOsType,
com.azure.core.util.Context context)
Description for Get available Function app frameworks and their versions.
|
com.azure.core.http.rest.PagedFlux<FunctionAppStackInner> |
getFunctionAppStacksAsync()
Description for Get available Function app frameworks and their versions.
|
com.azure.core.http.rest.PagedFlux<FunctionAppStackInner> |
getFunctionAppStacksAsync(ProviderStackOsType stackOsType)
Description for Get available Function app frameworks and their versions.
|
com.azure.core.http.rest.PagedIterable<FunctionAppStackInner> |
getFunctionAppStacksForLocation(String location)
Description for Get available Function app frameworks and their versions for location.
|
com.azure.core.http.rest.PagedIterable<FunctionAppStackInner> |
getFunctionAppStacksForLocation(String location,
ProviderStackOsType stackOsType,
com.azure.core.util.Context context)
Description for Get available Function app frameworks and their versions for location.
|
com.azure.core.http.rest.PagedFlux<FunctionAppStackInner> |
getFunctionAppStacksForLocationAsync(String location)
Description for Get available Function app frameworks and their versions for location.
|
com.azure.core.http.rest.PagedFlux<FunctionAppStackInner> |
getFunctionAppStacksForLocationAsync(String location,
ProviderStackOsType stackOsType)
Description for Get available Function app frameworks and their versions for location.
|
com.azure.core.http.rest.PagedIterable<WebAppStackInner> |
getWebAppStacks()
Description for Get available Web app frameworks and their versions.
|
com.azure.core.http.rest.PagedIterable<WebAppStackInner> |
getWebAppStacks(ProviderStackOsType stackOsType,
com.azure.core.util.Context context)
Description for Get available Web app frameworks and their versions.
|
com.azure.core.http.rest.PagedFlux<WebAppStackInner> |
getWebAppStacksAsync()
Description for Get available Web app frameworks and their versions.
|
com.azure.core.http.rest.PagedFlux<WebAppStackInner> |
getWebAppStacksAsync(ProviderStackOsType stackOsType)
Description for Get available Web app frameworks and their versions.
|
com.azure.core.http.rest.PagedIterable<WebAppStackInner> |
getWebAppStacksForLocation(String location)
Description for Get available Web app frameworks and their versions for location.
|
com.azure.core.http.rest.PagedIterable<WebAppStackInner> |
getWebAppStacksForLocation(String location,
ProviderStackOsType stackOsType,
com.azure.core.util.Context context)
Description for Get available Web app frameworks and their versions for location.
|
com.azure.core.http.rest.PagedFlux<WebAppStackInner> |
getWebAppStacksForLocationAsync(String location)
Description for Get available Web app frameworks and their versions for location.
|
com.azure.core.http.rest.PagedFlux<WebAppStackInner> |
getWebAppStacksForLocationAsync(String location,
ProviderStackOsType stackOsType)
Description for Get available Web app frameworks and their versions for location.
|
com.azure.core.http.rest.PagedIterable<ApplicationStackResourceInner> |
list()
Description for Get available application frameworks and their versions.
|
com.azure.core.http.rest.PagedIterable<ApplicationStackResourceInner> |
list(ProviderOsTypeSelected osTypeSelected,
com.azure.core.util.Context context)
Description for Get available application frameworks and their versions.
|
com.azure.core.http.rest.PagedFlux<ApplicationStackResourceInner> |
listAsync()
Description for Get available application frameworks and their versions.
|
com.azure.core.http.rest.PagedFlux<ApplicationStackResourceInner> |
listAsync(ProviderOsTypeSelected osTypeSelected)
Description for Get available application frameworks and their versions.
|
com.azure.core.http.rest.PagedIterable<CsmOperationDescriptionInner> |
listOperations()
Description for Gets all available operations for the Microsoft.Web resource provider.
|
com.azure.core.http.rest.PagedIterable<CsmOperationDescriptionInner> |
listOperations(com.azure.core.util.Context context)
Description for Gets all available operations for the Microsoft.Web resource provider.
|
com.azure.core.http.rest.PagedFlux<CsmOperationDescriptionInner> |
listOperationsAsync()
Description for Gets all available operations for the Microsoft.Web resource provider.
|
com.azure.core.http.rest.PagedFlux<ApplicationStackResourceInner> getAvailableStacksAsync(ProviderOsTypeSelected osTypeSelected)
osTypeSelected - The osTypeSelected parameter.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<ApplicationStackResourceInner> getAvailableStacksAsync()
DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ApplicationStackResourceInner> getAvailableStacks()
DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ApplicationStackResourceInner> getAvailableStacks(ProviderOsTypeSelected osTypeSelected, com.azure.core.util.Context context)
osTypeSelected - The osTypeSelected parameter.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<FunctionAppStackInner> getFunctionAppStacksAsync(ProviderStackOsType stackOsType)
stackOsType - Stack OS Type.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<FunctionAppStackInner> getFunctionAppStacksAsync()
DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<FunctionAppStackInner> getFunctionAppStacks()
DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<FunctionAppStackInner> getFunctionAppStacks(ProviderStackOsType stackOsType, com.azure.core.util.Context context)
stackOsType - Stack OS Type.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<FunctionAppStackInner> getFunctionAppStacksForLocationAsync(String location, ProviderStackOsType stackOsType)
location - Function App stack location.stackOsType - Stack OS Type.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<FunctionAppStackInner> getFunctionAppStacksForLocationAsync(String location)
location - Function App stack location.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<FunctionAppStackInner> getFunctionAppStacksForLocation(String location)
location - Function App stack location.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<FunctionAppStackInner> getFunctionAppStacksForLocation(String location, ProviderStackOsType stackOsType, com.azure.core.util.Context context)
location - Function App stack location.stackOsType - Stack OS Type.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<WebAppStackInner> getWebAppStacksForLocationAsync(String location, ProviderStackOsType stackOsType)
location - Web App stack location.stackOsType - Stack OS Type.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<WebAppStackInner> getWebAppStacksForLocationAsync(String location)
location - Web App stack location.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<WebAppStackInner> getWebAppStacksForLocation(String location)
location - Web App stack location.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<WebAppStackInner> getWebAppStacksForLocation(String location, ProviderStackOsType stackOsType, com.azure.core.util.Context context)
location - Web App stack location.stackOsType - Stack OS Type.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<CsmOperationDescriptionInner> listOperationsAsync()
DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<CsmOperationDescriptionInner> listOperations()
DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<CsmOperationDescriptionInner> listOperations(com.azure.core.util.Context context)
context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<WebAppStackInner> getWebAppStacksAsync(ProviderStackOsType stackOsType)
stackOsType - Stack OS Type.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<WebAppStackInner> getWebAppStacksAsync()
DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<WebAppStackInner> getWebAppStacks()
DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<WebAppStackInner> getWebAppStacks(ProviderStackOsType stackOsType, com.azure.core.util.Context context)
stackOsType - Stack OS Type.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<ApplicationStackResourceInner> listAsync(ProviderOsTypeSelected osTypeSelected)
osTypeSelected - The osTypeSelected parameter.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<ApplicationStackResourceInner> listAsync()
DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ApplicationStackResourceInner> list()
DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ApplicationStackResourceInner> list(ProviderOsTypeSelected osTypeSelected, com.azure.core.util.Context context)
osTypeSelected - The osTypeSelected parameter.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2021 Microsoft Corporation. All rights reserved.