PermissionProviderScope 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.
Permission provider scope.
public readonly struct PermissionProviderScope : IEquatable<Azure.ResourceManager.SecurityInsights.Models.PermissionProviderScope>
type PermissionProviderScope = struct
Public Structure PermissionProviderScope
Implements IEquatable(Of PermissionProviderScope)
- Inheritance
-
PermissionProviderScope
- Implements
Constructors
PermissionProviderScope(String) |
Initializes a new instance of PermissionProviderScope. |
Properties
ResourceGroup |
ResourceGroup. |
Subscription |
Subscription. |
Workspace |
Workspace. |
Methods
Equals(PermissionProviderScope) |
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(PermissionProviderScope, PermissionProviderScope) |
Determines if two PermissionProviderScope values are the same. |
Implicit(String to PermissionProviderScope) |
Converts a string to a PermissionProviderScope. |
Inequality(PermissionProviderScope, PermissionProviderScope) |
Determines if two PermissionProviderScope values are not the same. |
Applies to
Azure SDK for .NET