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
| Name | Description |
|---|---|
| HostPoolSsoSecretType(String) |
Initializes a new instance of HostPoolSsoSecretType. |
Properties
| Name | Description |
|---|---|
| Certificate |
The SSO Secret is a Certificate. |
| CertificateInKeyVault |
The SSO Secret is a Certificate that is stored in KeyVault. |
| SharedKey |
The SSO Secret is a Shared Key. |
| SharedKeyInKeyVault |
The SSO Secret is a SharedKey that is stored in KeyVault. |
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. |
| Implicit(String to Nullable<HostPoolSsoSecretType>) | |
| Inequality(HostPoolSsoSecretType, HostPoolSsoSecretType) |
Determines if two HostPoolSsoSecretType values are not the same. |