HostPoolSsoSecretType 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 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
HostPoolSsoSecretType(String) |
Initializes a new instance of HostPoolSsoSecretType. |
Properties
Certificate |
Certificate. |
CertificateInKeyVault |
CertificateInKeyVault. |
SharedKey |
SharedKey. |
SharedKeyInKeyVault |
SharedKeyInKeyVault. |
Methods
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
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
Azure SDK for .NET