Share via


SignedResourceTypes Struct

Definition

The signed resource types that are accessible with the account SAS. Service (s): Access to service-level APIs; Container (c): Access to container-level APIs; Object (o): Access to object-level APIs for blobs, queue messages, table entities, and files.

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

Fields

C
O
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 SignedResourceTypes (override for Object)

Equals(SignedResourceTypes)

Compares values of enum type SignedResourceTypes

GetHashCode()

Returns hashCode for enum SignedResourceTypes

ToString()

Returns string representation for SignedResourceTypes

Operators

Equality(SignedResourceTypes, SignedResourceTypes)

Overriding == operator for enum SignedResourceTypes

Implicit(SignedResourceTypes to String)

Implicit operator to convert SignedResourceTypes to string

Implicit(String to SignedResourceTypes)

Implicit operator to convert string to SignedResourceTypes

Inequality(SignedResourceTypes, SignedResourceTypes)

Overriding != operator for enum SignedResourceTypes

Applies to