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

FunctionAppStorageType(String)

Initializes a new instance of FunctionAppStorageType.

Properties

BlobContainer

blobContainer.

Methods

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

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