Compartilhar via


FunctionsDeploymentStorageType Struct

Definition

Property to select Azure Storage type. Available options: blobContainer.

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

Fields

BlobContainer

Methods

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

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

Equals(FunctionsDeploymentStorageType)

Compares values of enum type FunctionsDeploymentStorageType

Equals(Object)

Compares values of enum type FunctionsDeploymentStorageType (override for Object)

GetHashCode()

Returns hashCode for enum FunctionsDeploymentStorageType

ToString()

Returns string representation for FunctionsDeploymentStorageType

Operators

Equality(FunctionsDeploymentStorageType, FunctionsDeploymentStorageType)

Overriding == operator for enum FunctionsDeploymentStorageType

Implicit(FunctionsDeploymentStorageType to String)

Implicit operator to convert FunctionsDeploymentStorageType to string

Implicit(String to FunctionsDeploymentStorageType)

Implicit operator to convert string to FunctionsDeploymentStorageType

Inequality(FunctionsDeploymentStorageType, FunctionsDeploymentStorageType)

Overriding != operator for enum FunctionsDeploymentStorageType

Applies to