PurviewAccountScopeType 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.
The scope where the default account is set.
public readonly struct PurviewAccountScopeType : IEquatable<Azure.ResourceManager.Purview.Models.PurviewAccountScopeType>
type PurviewAccountScopeType = struct
Public Structure PurviewAccountScopeType
Implements IEquatable(Of PurviewAccountScopeType)
- Inheritance
-
PurviewAccountScopeType
- Implements
Constructors
PurviewAccountScopeType(String) |
Initializes a new instance of PurviewAccountScopeType. |
Properties
Subscription |
Subscription. |
Tenant |
Tenant. |
Methods
Equals(PurviewAccountScopeType) |
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
Equality(PurviewAccountScopeType, PurviewAccountScopeType) |
Determines if two PurviewAccountScopeType values are the same. |
Implicit(String to PurviewAccountScopeType) |
Converts a string to a PurviewAccountScopeType. |
Inequality(PurviewAccountScopeType, PurviewAccountScopeType) |
Determines if two PurviewAccountScopeType values are not the same. |
Applies to
Azure SDK for .NET