BackupFileShareType Struct

Definition

File Share type XSync or XSMB.

public readonly struct BackupFileShareType : IEquatable<Azure.ResourceManager.RecoveryServicesBackup.Models.BackupFileShareType>
type BackupFileShareType = struct
Public Structure BackupFileShareType
Implements IEquatable(Of BackupFileShareType)
Inheritance
BackupFileShareType
Implements

Constructors

Name Description
BackupFileShareType(String)

Initializes a new instance of BackupFileShareType.

Properties

Name Description
Invalid

Gets the Invalid.

Xsmb

Gets the Xsmb.

XSync

Gets the XSync.

Methods

Name Description
Equals(BackupFileShareType)

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(BackupFileShareType, BackupFileShareType)

Determines if two BackupFileShareType values are the same.

Implicit(String to BackupFileShareType)

Converts a string to a BackupFileShareType.

Implicit(String to Nullable<BackupFileShareType>)
Inequality(BackupFileShareType, BackupFileShareType)

Determines if two BackupFileShareType values are not the same.

Applies to