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 opt in headers.
public readonly struct OptInHeaderType : IEquatable<Azure.ResourceManager.ProviderHub.Models.OptInHeaderType>
type OptInHeaderType = struct
Public Structure OptInHeaderType
Implements IEquatable(Of OptInHeaderType)
- Inheritance
-
OptInHeaderType
- Implements
Constructors
| Name | Description |
|---|---|
| OptInHeaderType(String) |
Initializes a new instance of OptInHeaderType. |
Properties
| Name | Description |
|---|---|
| ClientGroupMembership |
ClientGroupMembership. |
| ClientPrincipalNameEncoded |
ClientPrincipalNameEncoded. |
| ManagementGroupAncestorsEncoded |
ManagementGroupAncestorsEncoded. |
| MSIResourceIdEncoded |
MSIResourceIdEncoded. |
| NotSpecified |
NotSpecified. |
| PrivateLinkId |
PrivateLinkId. |
| PrivateLinkResourceId |
PrivateLinkResourceId. |
| PrivateLinkVnetTrafficTag |
PrivateLinkVnetTrafficTag. |
| ResourceGroupLocation |
ResourceGroupLocation. |
| SignedAuxiliaryTokens |
SignedAuxiliaryTokens. |
| SignedUserToken |
SignedUserToken. |
| UnboundedClientGroupMembership |
UnboundedClientGroupMembership. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |