ProviderPermissionsScope 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 on which the user should have permissions, in order to be able to create connections.
public readonly struct ProviderPermissionsScope : IEquatable<Azure.ResourceManager.SecurityInsights.Models.ProviderPermissionsScope>
type ProviderPermissionsScope = struct
Public Structure ProviderPermissionsScope
Implements IEquatable(Of ProviderPermissionsScope)
- Inheritance
-
ProviderPermissionsScope
- Implements
Constructors
ProviderPermissionsScope(String) |
Initializes a new instance of ProviderPermissionsScope. |
Properties
ResourceGroup |
ResourceGroup. |
Subscription |
Subscription. |
Workspace |
Workspace. |
Methods
Equals(ProviderPermissionsScope) |
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(ProviderPermissionsScope, ProviderPermissionsScope) |
Determines if two ProviderPermissionsScope values are the same. |
Implicit(String to ProviderPermissionsScope) |
Converts a string to a ProviderPermissionsScope. |
Inequality(ProviderPermissionsScope, ProviderPermissionsScope) |
Determines if two ProviderPermissionsScope values are not the same. |
Applies to
Azure SDK for .NET