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

Name Description
ExportJobOutputSerializationType(String)

Initializes a new instance of ExportJobOutputSerializationType.

Properties

Name Description
Excel

Excel.

Json

Json.

Xml

Xml.

Methods

Name Description
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

Name Description
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