Freigeben über


HostPoolSsoSecretType Struct

Definition

The type of single sign on Secret Type.

public readonly struct HostPoolSsoSecretType : IEquatable<Azure.ResourceManager.DesktopVirtualization.Models.HostPoolSsoSecretType>
type HostPoolSsoSecretType = struct
Public Structure HostPoolSsoSecretType
Implements IEquatable(Of HostPoolSsoSecretType)
Inheritance
HostPoolSsoSecretType
Implements

Constructors

Name Description
HostPoolSsoSecretType(String)

Initializes a new instance of HostPoolSsoSecretType.

Properties

Name Description
Certificate

Certificate.

CertificateInKeyVault

CertificateInKeyVault.

SharedKey

SharedKey.

SharedKeyInKeyVault

SharedKeyInKeyVault.

Methods

Name Description
Equals(HostPoolSsoSecretType)

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(HostPoolSsoSecretType, HostPoolSsoSecretType)

Determines if two HostPoolSsoSecretType values are the same.

Implicit(String to HostPoolSsoSecretType)

Converts a String to a HostPoolSsoSecretType.

Inequality(HostPoolSsoSecretType, HostPoolSsoSecretType)

Determines if two HostPoolSsoSecretType values are not the same.

Applies to