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