Uses of Class
com.azure.resourcemanager.msi.models.IsolationScope
Packages that use IsolationScope
Package
Description
Package containing the inner data models for ManagedServiceIdentityClient.
Package containing the data models for ManagedServiceIdentityClient.
-
Uses of IsolationScope in com.azure.resourcemanager.msi.fluent.models
Methods in com.azure.resourcemanager.msi.fluent.models that return IsolationScopeModifier and TypeMethodDescriptionIdentityInner.isolationScope()Get the isolationScope property: Enum to configure regional restrictions on identity assignment, as necessary.UserAssignedIdentityProperties.isolationScope()Get the isolationScope property: Enum to configure regional restrictions on identity assignment, as necessary.Methods in com.azure.resourcemanager.msi.fluent.models with parameters of type IsolationScopeModifier and TypeMethodDescriptionIdentityInner.withIsolationScope(IsolationScope isolationScope) Set the isolationScope property: Enum to configure regional restrictions on identity assignment, as necessary.UserAssignedIdentityProperties.withIsolationScope(IsolationScope isolationScope) Set the isolationScope property: Enum to configure regional restrictions on identity assignment, as necessary. -
Uses of IsolationScope in com.azure.resourcemanager.msi.models
Fields in com.azure.resourcemanager.msi.models declared as IsolationScopeModifier and TypeFieldDescriptionstatic final IsolationScopeIsolationScope.NONEStatic value None for IsolationScope.static final IsolationScopeIsolationScope.REGIONALStatic value Regional for IsolationScope.Methods in com.azure.resourcemanager.msi.models that return IsolationScopeModifier and TypeMethodDescriptionstatic IsolationScopeIsolationScope.fromString(String name) Creates or finds a IsolationScope from its string representation.IdentityUpdate.isolationScope()Get the isolationScope property: Enum to configure regional restrictions on identity assignment, as necessary.Methods in com.azure.resourcemanager.msi.models that return types with arguments of type IsolationScopeModifier and TypeMethodDescriptionstatic Collection<IsolationScope> IsolationScope.values()Gets known IsolationScope values.Methods in com.azure.resourcemanager.msi.models with parameters of type IsolationScopeModifier and TypeMethodDescriptionIdentityUpdate.withIsolationScope(IsolationScope isolationScope) Set the isolationScope property: Enum to configure regional restrictions on identity assignment, as necessary.