ContainerAppStorageType 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.
Storage type for the volume. If not provided, use EmptyDir.
public readonly struct ContainerAppStorageType : IEquatable<Azure.ResourceManager.AppContainers.Models.ContainerAppStorageType>
type ContainerAppStorageType = struct
Public Structure ContainerAppStorageType
Implements IEquatable(Of ContainerAppStorageType)
- Inheritance
-
ContainerAppStorageType
- Implements
Constructors
ContainerAppStorageType(String) |
Initializes a new instance of ContainerAppStorageType. |
Properties
AzureFile |
AzureFile. |
EmptyDir |
EmptyDir. |
Secret |
Secret. |
Methods
Equals(ContainerAppStorageType) |
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(ContainerAppStorageType, ContainerAppStorageType) |
Determines if two ContainerAppStorageType values are the same. |
Implicit(String to ContainerAppStorageType) |
Converts a string to a ContainerAppStorageType. |
Inequality(ContainerAppStorageType, ContainerAppStorageType) |
Determines if two ContainerAppStorageType values are not the same. |
Applies to
Azure SDK for .NET