Share via


Services Struct

Definition

The signed services accessible with the account SAS. Possible values include: Blob (b), Queue (q), Table (t), File (f).

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

Fields

B
F
Q
T

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 Services (override for Object)

Equals(Services)

Compares values of enum type Services

GetHashCode()

Returns hashCode for enum Services

ToString()

Returns string representation for Services

Operators

Equality(Services, Services)

Overriding == operator for enum Services

Implicit(Services to String)

Implicit operator to convert Services to string

Implicit(String to Services)

Implicit operator to convert string to Services

Inequality(Services, Services)

Overriding != operator for enum Services

Applies to