Uses of Class
com.azure.resourcemanager.resources.fluent.models.ProviderResourceTypeListResultInner
-
Packages that use ProviderResourceTypeListResultInner Package Description com.azure.resourcemanager.resources.fluent Package containing the service clients for ResourceManagementClient.com.azure.resourcemanager.resources.fluent.models 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 ProviderResourceTypeListResultInner Modifier and Type Method Description ProviderResourceTypeListResultInnerProviderResourceTypesClient. list(String resourceProviderNamespace)List the resource types for a specified resource provider.Methods in com.azure.resourcemanager.resources.fluent that return types with arguments of type ProviderResourceTypeListResultInner Modifier and Type Method Description Mono<ProviderResourceTypeListResultInner>ProviderResourceTypesClient. listAsync(String resourceProviderNamespace)List the resource types for a specified resource provider.Mono<ProviderResourceTypeListResultInner>ProviderResourceTypesClient. listAsync(String resourceProviderNamespace, String expand)List 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 ProviderResourceTypeListResultInner Modifier and Type Method Description ProviderResourceTypeListResultInnerProviderResourceTypeListResultInner. withValue(List<ProviderResourceType> value)Set the value property: An array of resource types.
-