Uses of Class
com.azure.resourcemanager.resources.fluent.models.SubscriptionInner
-
Packages that use SubscriptionInner 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.com.azure.resourcemanager.resources.models 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 SubscriptionInner Modifier and Type Method Description SubscriptionInnerSubscriptionsClient. get(String subscriptionId)Gets details about a specified subscription.Methods in com.azure.resourcemanager.resources.fluent that return types with arguments of type SubscriptionInner Modifier and Type Method Description Mono<SubscriptionInner>SubscriptionsClient. getAsync(String subscriptionId)Gets 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 SubscriptionInner Modifier and Type Method Description SubscriptionInnerSubscriptionInner. withAuthorizationSource(String authorizationSource)Set the authorizationSource property: The authorization source of the request.SubscriptionInnerSubscriptionInner. withManagedByTenants(List<ManagedByTenant> managedByTenants)Set the managedByTenants property: An array containing the tenants managing the subscription.SubscriptionInnerSubscriptionInner. withSubscriptionPolicies(SubscriptionPolicies subscriptionPolicies)Set the subscriptionPolicies property: The subscription policies.SubscriptionInnerSubscriptionInner. withTags(Map<String,String> tags)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 SubscriptionInner Modifier and Type Method Description List<SubscriptionInner>SubscriptionListResult. value()Get the value property: An array of subscriptions.Method parameters in com.azure.resourcemanager.resources.models with type arguments of type SubscriptionInner Modifier and Type Method Description SubscriptionListResultSubscriptionListResult. withValue(List<SubscriptionInner> value)Set the value property: An array of subscriptions.
-