Share via


IAzureBlob Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.AzureBlobTypeConverter))]
public interface IAzureBlob : Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.AzureBlobTypeConverter))>]
type IAzureBlob = interface
    interface IJsonSerializable
Public Interface IAzureBlob
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
AccountKey

Storage Account Key.

AuthType

Authentication type used for accessing Azure Blob Storage.

BlobContainerName

Blob container name where backups are stored.

IdentityPrincipalId

The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.

IdentityTenantId

The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.

IdentityType

Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).

IdentityUserAssignedIdentity

The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.

StorageAccountResourceId

Resource Id of the storage account where backups are stored.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to