Uses of Class
com.azure.resourcemanager.resources.fluent.models.ProviderPermissionListResultInner
Packages that use ProviderPermissionListResultInner
Package
Description
Package containing the service clients for ResourceManagementClient.
Package containing the inner data models for ResourceManagementClient.
-
Uses of ProviderPermissionListResultInner in com.azure.resourcemanager.resources.fluent
Methods in com.azure.resourcemanager.resources.fluent that return ProviderPermissionListResultInnerModifier and TypeMethodDescriptionProvidersClient.providerPermissions(String resourceProviderNamespace) Get the provider permissions.Methods in com.azure.resourcemanager.resources.fluent that return types with arguments of type ProviderPermissionListResultInnerModifier and TypeMethodDescriptionProvidersClient.providerPermissionsAsync(String resourceProviderNamespace) Get the provider permissions.com.azure.core.http.rest.Response<ProviderPermissionListResultInner> ProvidersClient.providerPermissionsWithResponse(String resourceProviderNamespace, com.azure.core.util.Context context) Get the provider permissions.Mono<com.azure.core.http.rest.Response<ProviderPermissionListResultInner>> ProvidersClient.providerPermissionsWithResponseAsync(String resourceProviderNamespace) Get the provider permissions. -
Uses of ProviderPermissionListResultInner in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return ProviderPermissionListResultInnerModifier and TypeMethodDescriptionProviderPermissionListResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ProviderPermissionListResultInner from the JsonReader.ProviderPermissionListResultInner.withValue(List<ProviderPermission> value) Set the value property: An array of provider permissions.