BlobReferenceSasCredentialType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |