你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ExportDependenciesStatusCode Struct

Definition

Status codes for export dependencies operation.

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

Constructors

Name Description
ExportDependenciesStatusCode(String)

Initializes a new instance of ExportDependenciesStatusCode.

Properties

Name Description
CompleteMatch

Operation completed with data found for the entire requested time range.

NoMatch

Operation completed but no data was found for the requested time range.

PartialMatch

Operation completed with data found for a portion of the requested time range.

Methods

Name Description
Equals(ExportDependenciesStatusCode)

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

Determines if two ExportDependenciesStatusCode values are the same.

Implicit(String to ExportDependenciesStatusCode)

Converts a string to a ExportDependenciesStatusCode.

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

Determines if two ExportDependenciesStatusCode values are not the same.

Applies to