IsolationScope Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enum to configure regional restrictions on identity assignment, as necessary.
public readonly struct IsolationScope : IEquatable<Azure.ResourceManager.ManagedServiceIdentities.Models.IsolationScope>
type IsolationScope = struct
Public Structure IsolationScope
Implements IEquatable(Of IsolationScope)
- Inheritance
-
IsolationScope
- Implements
Constructors
| Name | Description |
|---|---|
| IsolationScope(String) |
Initializes a new instance of IsolationScope. |
Properties
| Name | Description |
|---|---|
| None |
None. |
| Regional |
Regional. |
Methods
| Name | Description |
|---|---|
| Equals(IsolationScope) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(IsolationScope, IsolationScope) |
Determines if two IsolationScope values are the same. |
| Implicit(String to IsolationScope) |
Converts a String to a IsolationScope. |
| Inequality(IsolationScope, IsolationScope) |
Determines if two IsolationScope values are not the same. |