Class StorageAccountResponse
- java.lang.Object
-
- com.pulumi.azurenative.videoanalyzer.outputs.StorageAccountResponse
-
public final class StorageAccountResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StorageAccountResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StorageAccountResponse.Builder
builder()
static StorageAccountResponse.Builder
builder(StorageAccountResponse defaults)
java.lang.String
id()
java.util.Optional<ResourceIdentityResponse>
identity()
java.lang.String
status()
-
-
-
Method Detail
-
id
public java.lang.String id()
- Returns:
- The ID of the storage account resource. Video Analyzer relies on tables, queues, and blobs. The primary storage account must be a Standard Storage account (either Microsoft.ClassicStorage or Microsoft.Storage).
-
identity
public java.util.Optional<ResourceIdentityResponse> identity()
- Returns:
- A managed identity that Video Analyzer will use to access the storage account.
-
status
public java.lang.String status()
- Returns:
- The current status of the storage account mapping.
-
builder
public static StorageAccountResponse.Builder builder()
-
builder
public static StorageAccountResponse.Builder builder(StorageAccountResponse defaults)
-
-