AccountCreationSource 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.
Source of Account creation
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Support.AccountCreationSourceTypeConverter))]
public struct AccountCreationSource : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Support.AccountCreationSource>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Support.AccountCreationSourceTypeConverter))>]
type AccountCreationSource = struct
interface IArgumentCompleter
Public Structure AccountCreationSource
Implements IArgumentCompleter, IEquatable(Of AccountCreationSource)
- Inheritance
-
AccountCreationSource
- Attributes
- Implements
Fields
Liftr |
Account is created from LIFTR |
Newrelic |
Account is created from NEWRELIC |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(AccountCreationSource) |
Compares values of enum type AccountCreationSource |
Equals(Object) |
Compares values of enum type AccountCreationSource (override for Object) |
GetHashCode() |
Returns hashCode for enum AccountCreationSource |
ToString() |
Returns string representation for AccountCreationSource |
Operators
Equality(AccountCreationSource, AccountCreationSource) |
Overriding == operator for enum AccountCreationSource |
Implicit(AccountCreationSource to String) |
Implicit operator to convert AccountCreationSource to string |
Implicit(String to AccountCreationSource) |
Implicit operator to convert string to AccountCreationSource |
Inequality(AccountCreationSource, AccountCreationSource) |
Overriding != operator for enum AccountCreationSource |