다음을 통해 공유


ApiManagementAuthorizationType Struct

Definition

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