FunctionAppStorageType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |