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