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