次の方法で共有


ShareErrorCode 構造体

定義

サービスによって返されるエラー コード。

public readonly struct ShareErrorCode : IEquatable<Azure.Storage.Files.Shares.Models.ShareErrorCode>
type ShareErrorCode = struct
Public Structure ShareErrorCode
Implements IEquatable(Of ShareErrorCode)
継承
ShareErrorCode
実装

コンストラクター

ShareErrorCode(String)

ShareErrorCode の新しいインスタンスを初期化します。

プロパティ

AccountAlreadyExists

AccountAlreadyExists。

AccountBeingCreated

AccountBeingCreated。

AccountIsDisabled

AccountIsDisabled。

AuthenticationFailed

AuthenticationFailed

AuthorizationFailure

AuthorizationFailure。

AuthorizationPermissionMismatch

AuthorizationPermissionMismatch。

AuthorizationProtocolMismatch

AuthorizationProtocolMismatch。

AuthorizationResourceTypeMismatch

AuthorizationResourceTypeMismatch。

AuthorizationServiceMismatch

AuthorizationServiceMismatch。

AuthorizationSourceIPMismatch

AuthorizationSourceIPMismatch。

CannotDeleteFileOrDirectory

CannotDeleteFileOrDirectory。

ClientCacheFlushDelay

ClientCacheFlushDelay。

ConditionHeadersNotSupported

ConditionHeadersNotSupported。

ConditionNotMet

ConditionNotMet。

ContainerQuotaDowngradeNotAllowed

ContainerQuotaDowngradeNotAllowed。

DeletePending

DeletePending。

DirectoryNotEmpty

DirectoryNotEmpty。

EmptyMetadataKey

EmptyMetadataKey。

FeatureVersionMismatch

FeatureVersionMismatch。

FileLockConflict

FileLockConflict。

InsufficientAccountPermissions

InsufficientAccountPermissions。

InternalError

InternalError。

InvalidAuthenticationInfo

InvalidAuthenticationInfo。

InvalidFileOrDirectoryPathName

InvalidFileOrDirectoryPathName。

InvalidHeaderValue

InvalidHeaderValue。

InvalidHttpVerb

InvalidHttpVerb。

InvalidInput

InvalidInput。

InvalidMd5

InvalidMd5。

InvalidMetadata

InvalidMetadata。

InvalidQueryParameterValue

InvalidQueryParameterValue。

InvalidRange

InvalidRange。

InvalidResourceName

InvalidResourceName。

InvalidUri

InvalidUri。

InvalidXmlDocument

InvalidXmlDocument。

InvalidXmlNodeValue

InvalidXmlNodeValue。

Md5Mismatch

Md5Mismatch。

MetadataTooLarge

MetadataTooLarge。

MissingContentLengthHeader

MissingContentLengthHeader。

MissingRequiredHeader

MissingRequiredHeader。

MissingRequiredQueryParameter

MissingRequiredQueryParameter。

MissingRequiredXmlNode

MissingRequiredXmlNode。

MultipleConditionHeadersNotSupported

MultipleConditionHeadersNotSupported。

OperationTimedOut

OperationTimedOut。

OutOfRangeInput

OutOfRangeInput。

OutOfRangeQueryParameterValue

OutOfRangeQueryParameterValue。

ParentNotFound

ParentNotFound。

ReadOnlyAttribute

ReadOnlyAttribute。

RequestBodyTooLarge

RequestBodyTooLarge。

RequestUrlFailedToParse

RequestUrlFailedToParse。

ResourceAlreadyExists

ResourceAlreadyExists。

ResourceNotFound

ResourceNotFound。

ResourceTypeMismatch

ResourceTypeMismatch。

ServerBusy

ServerBusy。

ShareAlreadyExists

ShareAlreadyExists。

ShareBeingDeleted

ShareBeingDeleted。

ShareDisabled

ShareDisabled。

ShareHasSnapshots

ShareHasSnapshots。

ShareNotFound

ShareNotFound。

ShareSnapshotCountExceeded

ShareSnapshotCountExceeded。

ShareSnapshotInProgress

ShareSnapshotInProgress。

ShareSnapshotOperationNotSupported

ShareSnapshotOperationNotSupported。

SharingViolation

SharingViolation。

UnsupportedHeader

UnsupportedHeader。

UnsupportedHttpVerb

サポート対象外HttpVerb。

UnsupportedQueryParameter

UnsupportedQueryParameter。

UnsupportedXmlNode

UnsupportedXmlNode。

メソッド

Equals(ShareErrorCode)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(ShareErrorCode, ShareErrorCode)

2 つの ShareErrorCode 値が同じかどうかを判断します。

Implicit(String to ShareErrorCode)

文字列を ShareErrorCode に変換します。

Inequality(ShareErrorCode, ShareErrorCode)

2 つの ShareErrorCode 値が同じでないかどうかを判断します。

適用対象