ExportJobOutputSerializationType Struct

Definition

The output type of the jobs.

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

Constructors

ExportJobOutputSerializationType(String)

Initializes a new instance of ExportJobOutputSerializationType.

Properties

Excel

Excel.

Json

Json.

Xml

Xml.

Methods

Equals(ExportJobOutputSerializationType)

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

Determines if two ExportJobOutputSerializationType values are the same.

Implicit(String to ExportJobOutputSerializationType)

Converts a string to a ExportJobOutputSerializationType.

Inequality(ExportJobOutputSerializationType, ExportJobOutputSerializationType)

Determines if two ExportJobOutputSerializationType values are not the same.

Applies to