AzureBlob Class
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.
Azure Blob Details
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.AzureBlobTypeConverter))]
public class AzureBlob : Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.IAzureBlob
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.AzureBlobTypeConverter))>]
type AzureBlob = class
interface IAzureBlob
interface IJsonSerializable
Public Class AzureBlob
Implements IAzureBlob
- Inheritance
-
AzureBlob
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| AzureBlob() |
Creates an new AzureBlob instance. |
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 |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AzureBlob. |
| DeserializeFromPSObject(PSObject) | |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.IAzureBlob. |
| FromJsonString(String) |
Creates a new instance of AzureBlob, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) | |
| ToJsonString() |
Serializes this instance to a json string. |