PublicCertificateLocation 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.
Public Certificate Location
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.PublicCertificateLocationTypeConverter))]
public struct PublicCertificateLocation : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.PublicCertificateLocation>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.PublicCertificateLocationTypeConverter))>]
type PublicCertificateLocation = struct
interface IArgumentCompleter
Public Structure PublicCertificateLocation
Implements IArgumentCompleter, IEquatable(Of PublicCertificateLocation)
- Inheritance
-
PublicCertificateLocation
- Attributes
- Implements
Fields
CurrentUserMy | |
LocalMachineMy | |
Unknown |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Object) |
Compares values of enum type PublicCertificateLocation (override for Object) |
Equals(PublicCertificateLocation) |
Compares values of enum type PublicCertificateLocation |
GetHashCode() |
Returns hashCode for enum PublicCertificateLocation |
ToString() |
Returns string representation for PublicCertificateLocation |
Operators
Equality(PublicCertificateLocation, PublicCertificateLocation) |
Overriding == operator for enum PublicCertificateLocation |
Implicit(PublicCertificateLocation to String) |
Implicit operator to convert PublicCertificateLocation to string |
Implicit(String to PublicCertificateLocation) |
Implicit operator to convert string to PublicCertificateLocation |
Inequality(PublicCertificateLocation, PublicCertificateLocation) |
Overriding != operator for enum PublicCertificateLocation |