OptInHeaderType Struct

Definition

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

Gets the ClientGroupMembership.

ClientPrincipalNameEncoded

Gets the ClientPrincipalNameEncoded.

ManagementGroupAncestorsEncoded

Gets the ManagementGroupAncestorsEncoded.

MSIResourceIdEncoded

Gets the MSIResourceIdEncoded.

NotSpecified

Gets the NotSpecified.

PrivateLinkId

Gets the PrivateLinkId.

PrivateLinkResourceId

Gets the PrivateLinkResourceId.

PrivateLinkVnetTrafficTag

Gets the PrivateLinkVnetTrafficTag.

ResourceGroupLocation

Gets the ResourceGroupLocation.

SignedAuxiliaryTokens

Gets the SignedAuxiliaryTokens.

SignedUserToken

Gets the SignedUserToken.

UnboundedClientGroupMembership

Gets the 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 Nullable<OptInHeaderType>)
Implicit(String to OptInHeaderType)

Converts a string to a OptInHeaderType.

Inequality(OptInHeaderType, OptInHeaderType)

Determines if two OptInHeaderType values are not the same.

Applies to