Uses of Class
com.azure.resourcemanager.resources.fluent.models.ProviderResourceTypeListResultInner
Packages that use ProviderResourceTypeListResultInner
Package
Description
Package containing the service clients for ResourceManagementClient.
Package containing the inner data models for ResourceManagementClient.
-
Uses of ProviderResourceTypeListResultInner in com.azure.resourcemanager.resources.fluent
Methods in com.azure.resourcemanager.resources.fluent that return ProviderResourceTypeListResultInnerModifier and TypeMethodDescriptionList the resource types for a specified resource provider.Methods in com.azure.resourcemanager.resources.fluent that return types with arguments of type ProviderResourceTypeListResultInnerModifier and TypeMethodDescriptionList the resource types for a specified resource provider.com.azure.core.http.rest.Response<ProviderResourceTypeListResultInner>ProviderResourceTypesClient.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>>ProviderResourceTypesClient.listWithResponseAsync(String resourceProviderNamespace, String expand) List the resource types for a specified resource provider. -
Uses of ProviderResourceTypeListResultInner in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return ProviderResourceTypeListResultInnerModifier and TypeMethodDescriptionProviderResourceTypeListResultInner.withValue(List<ProviderResourceType> value) Set the value property: An array of resource types.