Share via


BlobReferenceSasCredentialType Struct

Definition

The BlobReferenceSasCredentialType.

public readonly struct BlobReferenceSasCredentialType : IEquatable<Azure.AI.Projects.BlobReferenceSasCredentialType>
type BlobReferenceSasCredentialType = struct
Public Structure BlobReferenceSasCredentialType
Implements IEquatable(Of BlobReferenceSasCredentialType)
Inheritance
BlobReferenceSasCredentialType
Implements

Constructors

BlobReferenceSasCredentialType(String)

Initializes a new instance of BlobReferenceSasCredentialType.

Properties

SAS

SAS.

Methods

Equals(BlobReferenceSasCredentialType)

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

Determines if two BlobReferenceSasCredentialType values are the same.

Implicit(String to BlobReferenceSasCredentialType)

Converts a String to a BlobReferenceSasCredentialType.

Inequality(BlobReferenceSasCredentialType, BlobReferenceSasCredentialType)

Determines if two BlobReferenceSasCredentialType values are not the same.

Applies to