Interface ResourceProviderApi
- All Superinterfaces:
AutoCloseable
,Closeable
@Path("/providers")
@Consumes("application/json")
public interface ResourceProviderApi
extends Closeable
The Azure Resource Provider API provides information about a resource provider and its supported resource types.
- See Also:
-
Method Summary
-
Method Details
-
get
@Named("providers:get") @GET @Path("/{namespace}") @Nullable List<ResourceProviderMetaData> get(@PathParam("namespace") String namespace)
-