Uses of Class
com.azure.resourcemanager.resources.fluent.models.ProviderInner
Packages that use ProviderInner
Package
Description
Package containing the service clients for ResourceManagementClient.
Package containing the inner data models for ResourceManagementClient.
Package containing the data models for ResourceManagementClient.
-
Uses of ProviderInner in com.azure.resourcemanager.resources.fluent
Methods in com.azure.resourcemanager.resources.fluent that return ProviderInnerModifier and TypeMethodDescriptionGets the specified resource provider.ProvidersClient.getAtTenantScope(String resourceProviderNamespace) Gets the specified resource provider at the tenant level.Registers a subscription with a resource provider.ProvidersClient.unregister(String resourceProviderNamespace) Unregisters a subscription from a resource provider.Methods in com.azure.resourcemanager.resources.fluent that return types with arguments of type ProviderInnerModifier and TypeMethodDescriptionGets the specified resource provider.ProvidersClient.getAtTenantScopeAsync(String resourceProviderNamespace) Gets the specified resource provider at the tenant level.com.azure.core.http.rest.Response<ProviderInner>ProvidersClient.getAtTenantScopeWithResponse(String resourceProviderNamespace, String expand, com.azure.core.util.Context context) Gets the specified resource provider at the tenant level.Mono<com.azure.core.http.rest.Response<ProviderInner>>ProvidersClient.getAtTenantScopeWithResponseAsync(String resourceProviderNamespace, String expand) Gets the specified resource provider at the tenant level.com.azure.core.http.rest.Response<ProviderInner>ProvidersClient.getWithResponse(String resourceProviderNamespace, String expand, com.azure.core.util.Context context) Gets the specified resource provider.Mono<com.azure.core.http.rest.Response<ProviderInner>>ProvidersClient.getWithResponseAsync(String resourceProviderNamespace, String expand) Gets the specified resource provider.com.azure.core.http.rest.PagedIterable<ProviderInner>ProvidersClient.list()Gets all resource providers for a subscription.com.azure.core.http.rest.PagedIterable<ProviderInner>Gets all resource providers for a subscription.com.azure.core.http.rest.PagedFlux<ProviderInner>ProvidersClient.listAsync()Gets all resource providers for a subscription.com.azure.core.http.rest.PagedFlux<ProviderInner>Gets all resource providers for a subscription.com.azure.core.http.rest.PagedIterable<ProviderInner>ProvidersClient.listAtTenantScope()Gets all resource providers for the tenant.com.azure.core.http.rest.PagedIterable<ProviderInner>ProvidersClient.listAtTenantScope(String expand, com.azure.core.util.Context context) Gets all resource providers for the tenant.com.azure.core.http.rest.PagedFlux<ProviderInner>ProvidersClient.listAtTenantScopeAsync()Gets all resource providers for the tenant.com.azure.core.http.rest.PagedFlux<ProviderInner>ProvidersClient.listAtTenantScopeAsync(String expand) Gets all resource providers for the tenant.ProvidersClient.registerAsync(String resourceProviderNamespace) Registers a subscription with a resource provider.com.azure.core.http.rest.Response<ProviderInner>ProvidersClient.registerWithResponse(String resourceProviderNamespace, ProviderRegistrationRequest properties, com.azure.core.util.Context context) Registers a subscription with a resource provider.Mono<com.azure.core.http.rest.Response<ProviderInner>>ProvidersClient.registerWithResponseAsync(String resourceProviderNamespace, ProviderRegistrationRequest properties) Registers a subscription with a resource provider.ProvidersClient.unregisterAsync(String resourceProviderNamespace) Unregisters a subscription from a resource provider.com.azure.core.http.rest.Response<ProviderInner>ProvidersClient.unregisterWithResponse(String resourceProviderNamespace, com.azure.core.util.Context context) Unregisters a subscription from a resource provider.Mono<com.azure.core.http.rest.Response<ProviderInner>>ProvidersClient.unregisterWithResponseAsync(String resourceProviderNamespace) Unregisters a subscription from a resource provider. -
Uses of ProviderInner in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return ProviderInnerModifier and TypeMethodDescriptionProviderInner.withNamespace(String namespace) Set the namespace property: The namespace of the resource provider.ProviderInner.withProviderAuthorizationConsentState(ProviderAuthorizationConsentState providerAuthorizationConsentState) Set the providerAuthorizationConsentState property: The provider authorization consent state. -
Uses of ProviderInner in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return types with arguments of type ProviderInnerModifier and TypeMethodDescriptionDeploymentPropertiesExtended.providers()Get the providers property: The list of resource providers needed for the deployment.ProviderListResult.value()Get the value property: An array of resource providers.Method parameters in com.azure.resourcemanager.resources.models with type arguments of type ProviderInnerModifier and TypeMethodDescriptionProviderListResult.withValue(List<ProviderInner> value) Set the value property: An array of resource providers.