AuthenticationProvisioningState 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.
State of the multi-cloud connector.
public readonly struct AuthenticationProvisioningState : IEquatable<Azure.ResourceManager.SecurityCenter.Models.AuthenticationProvisioningState>
type AuthenticationProvisioningState = struct
Public Structure AuthenticationProvisioningState
Implements IEquatable(Of AuthenticationProvisioningState)
- Inheritance
-
AuthenticationProvisioningState
- Implements
Constructors
AuthenticationProvisioningState(String) |
Initializes a new instance of AuthenticationProvisioningState. |
Properties
Expired |
the connection has expired. |
IncorrectPolicy |
Incorrect policy of the connector. |
Invalid |
Invalid connector. |
Valid |
Valid connector. |
Methods
Equals(AuthenticationProvisioningState) |
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(AuthenticationProvisioningState, AuthenticationProvisioningState) |
Determines if two AuthenticationProvisioningState values are the same. |
Implicit(String to AuthenticationProvisioningState) |
Converts a string to a AuthenticationProvisioningState. |
Inequality(AuthenticationProvisioningState, AuthenticationProvisioningState) |
Determines if two AuthenticationProvisioningState values are not the same. |
Applies to
Azure SDK for .NET