Compartilhar via


SignedResource Struct

Definition

The signed services accessible with the service SAS. Possible values include: Blob (b), Container (c), File (f), Share (s).

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

Fields

B
C
F
S

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

Equals(SignedResource)

Compares values of enum type SignedResource

GetHashCode()

Returns hashCode for enum SignedResource

ToString()

Returns string representation for SignedResource

Operators

Equality(SignedResource, SignedResource)

Overriding == operator for enum SignedResource

Implicit(SignedResource to String)

Implicit operator to convert SignedResource to string

Implicit(String to SignedResource)

Implicit operator to convert string to SignedResource

Inequality(SignedResource, SignedResource)

Overriding != operator for enum SignedResource

Applies to