Udostępnij przez


FunctionAppStorageType Struct

Definition

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

public readonly struct FunctionAppStorageType : IEquatable<Azure.ResourceManager.AppService.Models.FunctionAppStorageType>
type FunctionAppStorageType = struct
Public Structure FunctionAppStorageType
Implements IEquatable(Of FunctionAppStorageType)
Inheritance
FunctionAppStorageType
Implements

Constructors

Name Description
FunctionAppStorageType(String)

Initializes a new instance of FunctionAppStorageType.

Properties

Name Description
BlobContainer

blobContainer.

Methods

Name Description
Equals(FunctionAppStorageType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(FunctionAppStorageType, FunctionAppStorageType)

Determines if two FunctionAppStorageType values are the same.

Implicit(String to FunctionAppStorageType)

Converts a String to a FunctionAppStorageType.

Inequality(FunctionAppStorageType, FunctionAppStorageType)

Determines if two FunctionAppStorageType values are not the same.

Applies to