Condividi tramite


ConfigReferenceLocation Struct

Definition

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

Fields

ApplicationSetting

Methods

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

Operators

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

Applies to