Share via


KeySource Struct

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.KeySourceTypeConverter))]
public struct KeySource : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.KeySource>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.KeySourceTypeConverter))>]
type KeySource = struct
    interface IArgumentCompleter
Public Structure KeySource
Implements IArgumentCompleter, IEquatable(Of KeySource)
Inheritance
KeySource
Attributes
Implements

Fields

MicrosoftKeyVault

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)
Equals(KeySource)
Equals(Object)
GetHashCode()
ToString()

Operators

Equality(KeySource, KeySource)
Implicit(KeySource to String)
Implicit(String to KeySource)
Inequality(KeySource, KeySource)

Applies to