Name Struct

Definition

Gets or sets the sku name.

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

Fields

Standard

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Name)

Compares values of enum type Name

Equals(Object)

Compares values of enum type Name (override for Object)

GetHashCode()

Returns hashCode for enum Name

ToString()

Returns string representation for Name

Operators

Equality(Name, Name)

Overriding == operator for enum Name

Implicit(Name to String)

Implicit operator to convert Name to string

Implicit(String to Name)

Implicit operator to convert string to Name

Inequality(Name, Name)

Overriding != operator for enum Name

Applies to