AppServiceStorageProtocol 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.
Mounting protocol to use for the storage account.
public readonly struct AppServiceStorageProtocol : IEquatable<Azure.ResourceManager.AppService.Models.AppServiceStorageProtocol>
type AppServiceStorageProtocol = struct
Public Structure AppServiceStorageProtocol
Implements IEquatable(Of AppServiceStorageProtocol)
- Inheritance
-
AppServiceStorageProtocol
- Implements
Constructors
| Name | Description |
|---|---|
| AppServiceStorageProtocol(String) |
Initializes a new instance of AppServiceStorageProtocol. |
Properties
| Name | Description |
|---|---|
| Http |
Http. |
| Nfs |
Nfs. |
| Smb |
Smb. |
Methods
| Name | Description |
|---|---|
| Equals(AppServiceStorageProtocol) |
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(AppServiceStorageProtocol, AppServiceStorageProtocol) |
Determines if two AppServiceStorageProtocol values are the same. |
| Implicit(String to AppServiceStorageProtocol) |
Converts a String to a AppServiceStorageProtocol. |
| Inequality(AppServiceStorageProtocol, AppServiceStorageProtocol) |
Determines if two AppServiceStorageProtocol values are not the same. |