BlobReference Class
- java.
lang. Object - com.
azure. ai. projects. models. BlobReference
- com.
Implements
public final class BlobReference
implements JsonSerializable<BlobReference>
Blob reference details.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Blob |
fromJson(JsonReader jsonReader)
Reads an instance of Blob |
| String |
getBlobUrl()
Get the blob |
|
Blob |
getCredential()
Get the credential property: Credential info to access the storage account. |
| String |
getStorageAccountArmId()
Get the storage |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static BlobReference fromJson(JsonReader jsonReader)
Reads an instance of BlobReference from the JsonReader.
Parameters:
Returns:
Throws:
getBlobUrl
public String getBlobUrl()
Get the blobUrl property: Blob URI path for client to upload data. Example: `https://blob.windows.core.net/Container/Path`.
Returns:
getCredential
public BlobReferenceSasCredential getCredential()
Get the credential property: Credential info to access the storage account.
Returns:
getStorageAccountArmId
public String getStorageAccountArmId()
Get the storageAccountArmId property: ARM ID of the storage account to use.
Returns: