AutomationKeyPermission 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.
Automation key permissions.
public readonly struct AutomationKeyPermission : IEquatable<Azure.ResourceManager.Automation.Models.AutomationKeyPermission>
type AutomationKeyPermission = struct
Public Structure AutomationKeyPermission
Implements IEquatable(Of AutomationKeyPermission)
- Inheritance
-
AutomationKeyPermission
- Implements
Constructors
AutomationKeyPermission(String) |
Initializes a new instance of AutomationKeyPermission. |
Properties
Full |
Full. |
Read |
Read. |
Methods
Equals(AutomationKeyPermission) |
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(AutomationKeyPermission, AutomationKeyPermission) |
Determines if two AutomationKeyPermission values are the same. |
Implicit(String to AutomationKeyPermission) |
Converts a string to a AutomationKeyPermission. |
Inequality(AutomationKeyPermission, AutomationKeyPermission) |
Determines if two AutomationKeyPermission values are not the same. |
Applies to
Azure SDK for .NET