Uses of Class
com.azure.resourcemanager.resources.fluent.models.SubscriptionInner
Packages that use SubscriptionInner
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 SubscriptionInner in com.azure.resourcemanager.resources.fluent
Methods in com.azure.resourcemanager.resources.fluent that return SubscriptionInnerModifier and TypeMethodDescriptionGets details about a specified subscription.Methods in com.azure.resourcemanager.resources.fluent that return types with arguments of type SubscriptionInnerModifier and TypeMethodDescriptionGets details about a specified subscription.com.azure.core.http.rest.Response<SubscriptionInner>SubscriptionsClient.getWithResponse(String subscriptionId, com.azure.core.util.Context context) Gets details about a specified subscription.Mono<com.azure.core.http.rest.Response<SubscriptionInner>>SubscriptionsClient.getWithResponseAsync(String subscriptionId) Gets details about a specified subscription.com.azure.core.http.rest.PagedIterable<SubscriptionInner>SubscriptionsClient.list()Gets all subscriptions for a tenant.com.azure.core.http.rest.PagedIterable<SubscriptionInner>SubscriptionsClient.list(com.azure.core.util.Context context) Gets all subscriptions for a tenant.com.azure.core.http.rest.PagedFlux<SubscriptionInner>SubscriptionsClient.listAsync()Gets all subscriptions for a tenant. -
Uses of SubscriptionInner in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return SubscriptionInnerModifier and TypeMethodDescriptionSubscriptionInner.withAuthorizationSource(String authorizationSource) Set the authorizationSource property: The authorization source of the request.SubscriptionInner.withManagedByTenants(List<ManagedByTenant> managedByTenants) Set the managedByTenants property: An array containing the tenants managing the subscription.SubscriptionInner.withSubscriptionPolicies(SubscriptionPolicies subscriptionPolicies) Set the subscriptionPolicies property: The subscription policies.Set the tags property: The tags attached to the subscription. -
Uses of SubscriptionInner in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return types with arguments of type SubscriptionInnerModifier and TypeMethodDescriptionSubscriptionListResult.value()Get the value property: An array of subscriptions.Method parameters in com.azure.resourcemanager.resources.models with type arguments of type SubscriptionInnerModifier and TypeMethodDescriptionSubscriptionListResult.withValue(List<SubscriptionInner> value) Set the value property: An array of subscriptions.