Dela via


AppServiceStorageProtocol Struct

Definition

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

AppServiceStorageProtocol(String)

Initializes a new instance of AppServiceStorageProtocol.

Properties

Http

Http.

Nfs

Nfs.

Smb

Smb.

Methods

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

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.

Applies to