public interface ProviderResourceTypesClient
| Modifier and Type | Method and Description |
|---|---|
ProviderResourceTypeListResultInner |
list(String resourceProviderNamespace)
List the resource types for a specified resource provider.
|
Mono<ProviderResourceTypeListResultInner> |
listAsync(String resourceProviderNamespace)
List the resource types for a specified resource provider.
|
Mono<ProviderResourceTypeListResultInner> |
listAsync(String resourceProviderNamespace,
String expand)
List the resource types for a specified resource provider.
|
com.azure.core.http.rest.Response<ProviderResourceTypeListResultInner> |
listWithResponse(String resourceProviderNamespace,
String expand,
com.azure.core.util.Context context)
List the resource types for a specified resource provider.
|
Mono<com.azure.core.http.rest.Response<ProviderResourceTypeListResultInner>> |
listWithResponseAsync(String resourceProviderNamespace,
String expand)
List the resource types for a specified resource provider.
|
Mono<com.azure.core.http.rest.Response<ProviderResourceTypeListResultInner>> listWithResponseAsync(String resourceProviderNamespace, String expand)
resourceProviderNamespace - The namespace of the resource provider.expand - The $expand query parameter. For example, to include property aliases in response, use
$expand=resourceTypes/aliases.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ProviderResourceTypeListResultInner> listAsync(String resourceProviderNamespace, String expand)
resourceProviderNamespace - The namespace of the resource provider.expand - The $expand query parameter. For example, to include property aliases in response, use
$expand=resourceTypes/aliases.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ProviderResourceTypeListResultInner> listAsync(String resourceProviderNamespace)
resourceProviderNamespace - The namespace of the resource provider.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ProviderResourceTypeListResultInner list(String resourceProviderNamespace)
resourceProviderNamespace - The namespace of the resource provider.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - 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.Response<ProviderResourceTypeListResultInner> listWithResponse(String resourceProviderNamespace, String expand, com.azure.core.util.Context context)
resourceProviderNamespace - The namespace of the resource provider.expand - The $expand query parameter. For example, to include property aliases in response, use
$expand=resourceTypes/aliases.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - 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.