ProviderResourceTypesClient Interface
public interface ProviderResourceTypesClient
An instance of this class provides access to all the operations defined in ProviderResourceTypesClient.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Provider |
list(String resourceProviderNamespace)
List the resource types for a specified resource provider. |
abstract
Mono<Provider |
listAsync(String resourceProviderNamespace)
List the resource types for a specified resource provider. |
abstract
Response<Provider |
listWithResponse(String resourceProviderNamespace, String expand, Context context)
List the resource types for a specified resource provider. |
abstract
Mono<Response<Provider |
listWithResponseAsync(String resourceProviderNamespace, String expand)
List the resource types for a specified resource provider. |
Method Details
list
public abstract ProviderResourceTypeListResultInner list(String resourceProviderNamespace)
List the resource types for a specified resource provider.
Parameters:
Returns:
listAsync
public abstract Mono
List the resource types for a specified resource provider.
Parameters:
Returns:
listWithResponse
public abstract Response
List the resource types for a specified resource provider.
Parameters:
Returns:
listWithResponseAsync
public abstract Mono
List the resource types for a specified resource provider.
Parameters:
Returns:
Applies to
Azure SDK for Java