Share via


Mediaservices - Create Or Update

Media Services hesabı oluşturma veya güncelleştirme
Media Services hesabı oluşturur veya güncelleştirir

PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices/{accountName}?api-version=2023-01-01

URI Parametreleri

Name İçinde Gerekli Tür Description
accountName
path True

string

Media Services hesap adı.

resourceGroupName
path True

string

Azure aboneliğindeki kaynak grubunun adı.

subscriptionId
path True

string

Microsoft Azure aboneliğinin benzersiz tanımlayıcısı.

api-version
query True

string

İstemci isteğiyle kullanılacak API'nin sürümü.

İstek Gövdesi

Name Gerekli Tür Description
location True

string

Kaynağın bulunduğu coğrafi konum

identity

MediaServiceIdentity

Media Services hesabının Yönetilen Kimliği.

properties.encryption

AccountEncryption

Hesap şifreleme özellikleri.

properties.keyDelivery

KeyDelivery

Media Services hesabının Anahtar Teslim özellikleri.

properties.minimumTlsVersion

MinimumTlsVersion

Bu hesabın istekleri için izin verilen en düşük TLS sürümü. Bu, isteğe bağlı bir ayardır. Belirtilmemişse, güvenli bir varsayılan değer kullanılır.

properties.publicNetworkAccess

PublicNetworkAccess

Media Services hesabı altındaki kaynaklar için genel ağ erişimine izin verilip verilmeyeceği.

properties.storageAccounts

StorageAccount[]

Bu kaynağın depolama hesabı.

properties.storageAuthentication

StorageAuthentication

tags

object

Kaynak etiketleri.

Yanıtlar

Name Tür Description
200 OK

MediaService

Tamam

Headers

  • Retry-After: integer
  • Location: string
  • Azure-AsyncOperation: string
201 Created

MediaService

Oluşturulan

Headers

  • Retry-After: integer
  • Location: string
  • Azure-AsyncOperation: string
Other Status Codes

ErrorResponse

Ayrıntılı hata bilgileri.

Örnekler

Create a Media Services account
Create a Media Services account-managed-identity

Create a Media Services account

Sample Request

PUT https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosorg/providers/Microsoft.Media/mediaservices/contososports?api-version=2023-01-01

{
  "location": "South Central US",
  "tags": {
    "key1": "value1",
    "key2": "value2"
  },
  "properties": {
    "storageAccounts": [
      {
        "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosorg/providers/Microsoft.Storage/storageAccounts/teststorageaccount",
        "type": "Primary"
      }
    ]
  }
}

Sample Response

azure-asyncoperation: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Media/locations/westus2/mediaServicesOperationStatuses/62e4d893-d233-4005-988e-a428d9f77076?api-version=2023-01-01
location: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Media/locations/westus2/mediaServicesOperationResults/62e4d893-d233-4005-988e-a428d9f77076?api-version=2023-01-01
{
  "name": "contososports",
  "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosorg/providers/Microsoft.Media/mediaservices/contososports",
  "type": "Microsoft.Media/mediaservices",
  "location": "South Central US",
  "tags": {
    "key1": "value1",
    "key2": "value2"
  },
  "identity": {
    "type": "UserAssigned",
    "userAssignedIdentities": {
      "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosorg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id1": {},
      "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosorg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id2": {}
    }
  },
  "properties": {
    "provisioningState": "InProgress",
    "storageAccounts": [
      {
        "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosorg/providers/Microsoft.Storage/storageAccounts/teststorageaccount",
        "type": "Primary"
      }
    ]
  }
}
{
  "name": "contososports",
  "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosorg/providers/Microsoft.Media/mediaservices/contososports",
  "type": "Microsoft.Media/mediaservices",
  "location": "South Central US",
  "tags": {
    "key1": "value1",
    "key2": "value2"
  },
  "properties": {
    "provisioningState": "Succeeded",
    "storageAccounts": [
      {
        "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosorg/providers/Microsoft.Storage/storageAccounts/contososportsstore",
        "type": "Primary"
      }
    ]
  }
}

Create a Media Services account-managed-identity

Sample Request

PUT https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosorg/providers/Microsoft.Media/mediaservices/contososports?api-version=2023-01-01

{
  "location": "South Central US",
  "tags": {
    "key1": "value1",
    "key2": "value2"
  },
  "identity": {
    "type": "UserAssigned",
    "userAssignedIdentities": {
      "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosorg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id1": {},
      "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosorg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id2": {}
    }
  },
  "properties": {
    "encryption": {
      "type": "CustomerKey",
      "identity": {
        "userAssignedIdentity": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosorg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id1",
        "useSystemAssignedIdentity": false
      }
    },
    "storageAccounts": [
      {
        "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosorg/providers/Microsoft.Storage/storageAccounts/contososportsstore",
        "type": "Primary",
        "identity": {
          "userAssignedIdentity": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosorg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id1",
          "useSystemAssignedIdentity": false
        }
      }
    ],
    "storageAuthentication": "ManagedIdentity",
    "publicNetworkAccess": "Enabled",
    "keyDelivery": {
      "accessControl": {
        "defaultAction": "Allow"
      }
    }
  }
}

Sample Response

azure-asyncoperation: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Media/locations/westus2/mediaServicesOperationStatuses/62e4d893-d233-4005-988e-a428d9f77076?api-version=2023-01-01
location: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Media/locations/westus2/mediaServicesOperationResults/62e4d893-d233-4005-988e-a428d9f77076?api-version=2023-01-01
{
  "name": "contososports",
  "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosorg/providers/Microsoft.Media/mediaservices/contososports",
  "type": "Microsoft.Media/mediaservices",
  "location": "South Central US",
  "tags": {
    "key1": "value1",
    "key2": "value2"
  },
  "identity": {
    "type": "UserAssigned",
    "userAssignedIdentities": {
      "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosorg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id1": {},
      "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosorg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id2": {}
    }
  },
  "properties": {
    "provisioningState": "InProgress",
    "encryption": {
      "type": "CustomerKey",
      "keyVaultProperties": {
        "keyIdentifier": "https://keyvault.vault.azure.net/keys/key1",
        "currentKeyIdentifier": "https://keyvault.vault.azure.net/keys/key1/ver1"
      },
      "identity": {
        "userAssignedIdentity": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosorg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id1",
        "useSystemAssignedIdentity": false
      }
    },
    "storageAccounts": [
      {
        "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosorg/providers/Microsoft.Storage/storageAccounts/contososportsstore",
        "type": "Primary",
        "identity": {
          "userAssignedIdentity": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosorg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id1",
          "useSystemAssignedIdentity": false
        }
      }
    ],
    "storageAuthentication": "ManagedIdentity",
    "publicNetworkAccess": "Enabled",
    "keyDelivery": {
      "accessControl": {
        "defaultAction": "Allow"
      }
    },
    "privateEndpointConnections": [
      {
        "name": "00000000-0000-0000-0000-000000000001",
        "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosorg/providers/Microsoft.Media/mediaservices/contososports/privateEndpointConnections/00000000-0000-0000-0000-000000000001",
        "type": "Microsoft.Media/mediaservices/privateEndpointConnections",
        "properties": {
          "provisioningState": "Succeeded",
          "privateLinkServiceConnectionState": {
            "status": "Approved",
            "description": "test description"
          },
          "privateEndpoint": {
            "id": "/subscriptions/11111111-1111-1111-1111-111111111111/resourceGroups/reosuceGroup1/providers/Microsoft.Network/privateEndpoints/pe1"
          }
        }
      },
      {
        "name": "00000000-0000-0000-0000-000000000002",
        "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosorg/providers/Microsoft.Media/mediaservices/contososports/privateEndpointConnections/00000000-0000-0000-0000-000000000002",
        "type": "Microsoft.Media/mediaservices/privateEndpointConnections",
        "properties": {
          "provisioningState": "Succeeded",
          "privateLinkServiceConnectionState": {
            "status": "Pending",
            "description": "test description"
          },
          "privateEndpoint": {
            "id": "/subscriptions/22222222-2222-2222-2222-222222222222/resourceGroups/reosuceGroup2/providers/Microsoft.Network/privateEndpoints/pe2"
          }
        }
      }
    ]
  }
}
{
  "name": "contososports",
  "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosorg/providers/Microsoft.Media/mediaservices/contososports",
  "type": "Microsoft.Media/mediaservices",
  "location": "South Central US",
  "tags": {
    "key1": "value1",
    "key2": "value2"
  },
  "identity": {
    "type": "UserAssigned",
    "userAssignedIdentities": {
      "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosorg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id1": {},
      "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosorg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id2": {}
    }
  },
  "properties": {
    "provisioningState": "InProgress",
    "encryption": {
      "type": "CustomerKey",
      "keyVaultProperties": {
        "keyIdentifier": "https://keyvault.vault.azure.net/keys/key1",
        "currentKeyIdentifier": "https://keyvault.vault.azure.net/keys/key1/ver1"
      },
      "identity": {
        "userAssignedIdentity": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosorg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id1",
        "useSystemAssignedIdentity": false
      }
    },
    "storageAccounts": [
      {
        "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosorg/providers/Microsoft.Storage/storageAccounts/contososportsstore",
        "type": "Primary",
        "identity": {
          "userAssignedIdentity": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosorg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id1",
          "useSystemAssignedIdentity": false
        }
      }
    ],
    "storageAuthentication": "ManagedIdentity",
    "publicNetworkAccess": "Enabled",
    "keyDelivery": {
      "accessControl": {
        "defaultAction": "Allow"
      }
    },
    "privateEndpointConnections": [
      {
        "name": "00000000-0000-0000-0000-000000000001",
        "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosorg/providers/Microsoft.Media/mediaservices/contososports/privateEndpointConnections/00000000-0000-0000-0000-000000000001",
        "type": "Microsoft.Media/mediaservices/privateEndpointConnections",
        "properties": {
          "provisioningState": "Succeeded",
          "privateLinkServiceConnectionState": {
            "status": "Approved",
            "description": "test description"
          },
          "privateEndpoint": {
            "id": "/subscriptions/11111111-1111-1111-1111-111111111111/resourceGroups/reosuceGroup1/providers/Microsoft.Network/privateEndpoints/pe1"
          }
        }
      },
      {
        "name": "00000000-0000-0000-0000-000000000002",
        "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosorg/providers/Microsoft.Media/mediaservices/contososports/privateEndpointConnections/00000000-0000-0000-0000-000000000002",
        "type": "Microsoft.Media/mediaservices/privateEndpointConnections",
        "properties": {
          "provisioningState": "Succeeded",
          "privateLinkServiceConnectionState": {
            "status": "Pending",
            "description": "test description"
          },
          "privateEndpoint": {
            "id": "/subscriptions/22222222-2222-2222-2222-222222222222/resourceGroups/reosuceGroup2/providers/Microsoft.Network/privateEndpoints/pe2"
          }
        }
      }
    ]
  }
}

Tanımlar

Name Description
AccessControl
AccountEncryption
AccountEncryptionKeyType

Hesap Anahtarını şifrelemek için kullanılan anahtarın türü.

createdByType

Kaynağı oluşturan kimliğin türü.

DefaultAction

Anahtar Teslimi'nde IP erişim denetimi davranışı.

ErrorAdditionalInfo

Kaynak yönetimi hatası ek bilgileri.

ErrorDetail

Hata ayrıntısı.

ErrorResponse

Hata yanıtı

KeyDelivery
KeyVaultProperties
MediaService

Bir Media Services hesabı.

MediaServiceIdentity
MinimumTlsVersion

Bu hesabın istekleri için izin verilen en düşük TLS sürümü. Bu, isteğe bağlı bir ayardır. Belirtilmezse, güvenli bir varsayılan değer kullanılır.

PrivateEndpoint

Özel Uç Nokta kaynağı.

PrivateEndpointConnection

Özel Uç Nokta Bağlantısı kaynağı.

PrivateEndpointConnectionProvisioningState

Geçerli sağlama durumu.

PrivateEndpointServiceConnectionStatus

Özel uç nokta bağlantı durumu.

PrivateLinkServiceConnectionState

Hizmet tüketicisi ile sağlayıcı arasındaki bağlantının durumu hakkında bilgi koleksiyonu.

ProvisioningState

Media Services hesabının sağlama durumu.

PublicNetworkAccess

Media Services hesabı altındaki kaynaklar için genel ağ erişimine izin verilip verilmeyeceği.

ResourceIdentity
StorageAccount

Depolama hesabı ayrıntıları.

StorageAccountType

Depolama hesabının türü.

StorageAuthentication
systemData

Kaynağın oluşturulması ve son değiştirilmesiyle ilgili meta veriler.

UserAssignedManagedIdentity

AccessControl

Name Tür Description
defaultAction

DefaultAction

Anahtar Teslimi'nde IP erişim denetimi davranışı.

ipAllowList

string[]

Anahtar Teslimi'nde erişim denetimi için IP izin verme listesi. Varsayılan eylem 'İzin Ver' olarak ayarlanırsa, IP izin verme listesi boş olmalıdır.

AccountEncryption

Name Tür Description
identity

ResourceIdentity

Key Vault kimliği.

keyVaultProperties

KeyVaultProperties

Hesabı şifrelemek için kullanılan anahtarın özellikleri.

status

string

Key Vault eşlemesinin geçerli durumu.

type

AccountEncryptionKeyType

Hesap Anahtarını şifrelemek için kullanılan anahtarın türü.

AccountEncryptionKeyType

Hesap Anahtarını şifrelemek için kullanılan anahtarın türü.

Name Tür Description
CustomerKey

string

Hesap Anahtarı bir Müşteri Anahtarı ile şifrelenir.

SystemKey

string

Hesap Anahtarı bir Sistem Anahtarı ile şifrelenir.

createdByType

Kaynağı oluşturan kimliğin türü.

Name Tür Description
Application

string

Key

string

ManagedIdentity

string

User

string

DefaultAction

Anahtar Teslimi'nde IP erişim denetimi davranışı.

Name Tür Description
Allow

string

Tüm genel IP adreslerine izin verilir.

Deny

string

Genel IP adresleri engellenir.

ErrorAdditionalInfo

Kaynak yönetimi hatası ek bilgileri.

Name Tür Description
info

object

Ek bilgiler.

type

string

Ek bilgi türü.

ErrorDetail

Hata ayrıntısı.

Name Tür Description
additionalInfo

ErrorAdditionalInfo[]

Hata ek bilgileri.

code

string

Hata kodu.

details

ErrorDetail[]

Hata ayrıntıları.

message

string

Hata iletisi.

target

string

Hata hedefi.

ErrorResponse

Hata yanıtı

Name Tür Description
error

ErrorDetail

Hata nesnesi.

KeyDelivery

Name Tür Description
accessControl

AccessControl

Anahtar Teslimi için erişim denetimi özellikleri.

KeyVaultProperties

Name Tür Description
currentKeyIdentifier

string

Anahtar sürümü de dahil olmak üzere Media Services hesabını şifrelemek için kullanılan geçerli anahtar.

keyIdentifier

string

Hesabı şifrelemek için kullanılan Key Vault anahtarının URL'si. Anahtarın sürümü oluşturulabilir (örneğin https://vault/keys/mykey/version1) veya sürümü olmayan bir anahtara başvurabilir (örneğin https://vault/keys/mykey).

MediaService

Bir Media Services hesabı.

Name Tür Varsayılan değer Description
id

string

Kaynağın tam kaynak kimliği. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

identity

MediaServiceIdentity

Media Services hesabı için Yönetilen Kimlik.

location

string

Kaynağın bulunduğu coğrafi konum

name

string

Kaynağın adı

properties.encryption

AccountEncryption

Hesap şifreleme özellikleri.

properties.keyDelivery

KeyDelivery

Media Services hesabı için Anahtar Teslim özellikleri.

properties.mediaServiceId

string

Media Services hesap kimliği.

properties.minimumTlsVersion

MinimumTlsVersion

Tls12

Bu hesabın istekleri için izin verilen en düşük TLS sürümü. Bu, isteğe bağlı bir ayardır. Belirtilmezse, güvenli bir varsayılan değer kullanılır.

properties.privateEndpointConnections

PrivateEndpointConnection[]

Media Service hesabı için oluşturulan Özel Uç Nokta Connections.

properties.provisioningState

ProvisioningState

Media Services hesabının sağlama durumu.

properties.publicNetworkAccess

PublicNetworkAccess

Media Services hesabı altındaki kaynaklar için genel ağ erişimine izin verilip verilmeyeceği.

properties.storageAccounts

StorageAccount[]

Bu kaynağın depolama hesabı.

properties.storageAuthentication

StorageAuthentication

systemData

systemData

Bu kaynakla ilgili sistem meta verileri.

tags

object

Kaynak etiketleri.

type

string

Kaynağın türü. Örneğin, "Microsoft.Compute/virtualMachines" veya "Microsoft.Storage/storageAccounts"

MediaServiceIdentity

Name Tür Description
principalId

string

Kimliğin Asıl Kimliği.

tenantId

string

Kimliğin Kiracı Kimliği.

type

string

Kimlik türü.

userAssignedIdentities

<string,  UserAssignedManagedIdentity>

Kullanıcı tarafından yönetilen kimlikler atandı.

MinimumTlsVersion

Bu hesabın istekleri için izin verilen en düşük TLS sürümü. Bu, isteğe bağlı bir ayardır. Belirtilmezse, güvenli bir varsayılan değer kullanılır.

Name Tür Description
Tls10

string

En düşük TLS sürümü TLS 1.0'dır.

Tls11

string

En düşük TLS sürümü TLS 1.1'dir.

Tls12

string

En düşük TLS sürümü TLS 1.2'dir.

Tls13

string

En düşük TLS sürümü TLS 1.3'dür.

PrivateEndpoint

Özel Uç Nokta kaynağı.

Name Tür Description
id

string

Özel Uç Nokta için ARM tanımlayıcısı

PrivateEndpointConnection

Özel Uç Nokta Bağlantısı kaynağı.

Name Tür Description
id

string

Kaynağın tam kaynak kimliği. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name

string

Kaynağın adı

properties.privateEndpoint

PrivateEndpoint

Özel uç noktanın kaynağı.

properties.privateLinkServiceConnectionState

PrivateLinkServiceConnectionState

Hizmet tüketicisi ile sağlayıcı arasındaki bağlantının durumu hakkında bilgi koleksiyonu.

properties.provisioningState

PrivateEndpointConnectionProvisioningState

Özel uç nokta bağlantı kaynağının sağlama durumu.

type

string

Kaynağın türü. Örneğin, "Microsoft.Compute/virtualMachines" veya "Microsoft.Storage/storageAccounts"

PrivateEndpointConnectionProvisioningState

Geçerli sağlama durumu.

Name Tür Description
Creating

string

Deleting

string

Failed

string

Succeeded

string

PrivateEndpointServiceConnectionStatus

Özel uç nokta bağlantı durumu.

Name Tür Description
Approved

string

Pending

string

Rejected

string

PrivateLinkServiceConnectionState

Hizmet tüketicisi ile sağlayıcı arasındaki bağlantının durumu hakkında bilgi koleksiyonu.

Name Tür Description
actionsRequired

string

Hizmet sağlayıcısında yapılan değişikliklerin tüketicide herhangi bir güncelleştirme gerektirip gerektirmediğini belirten bir ileti.

description

string

Bağlantının onay/reddedilme nedeni.

status

PrivateEndpointServiceConnectionStatus

Bağlantının hizmet sahibi tarafından Onaylanıp Reddedildiğini/Kaldırıldığını gösterir.

ProvisioningState

Media Services hesabının sağlama durumu.

Name Tür Description
Failed

string

Sağlama durumu başarısız oldu.

InProgress

string

Sağlama durumu devam ediyor.

Succeeded

string

Sağlama durumu başarılı oldu.

PublicNetworkAccess

Media Services hesabı altındaki kaynaklar için genel ağ erişimine izin verilip verilmeyeceği.

Name Tür Description
Disabled

string

Genel ağ erişimi devre dışı bırakıldı.

Enabled

string

Genel ağ erişimi etkindir.

ResourceIdentity

Name Tür Description
useSystemAssignedIdentity

boolean

Sistem Tarafından Atanan Yönetilen Kimliğin kullanılıp kullanılmayacağını gösterir. Kullanıcı Tarafından Atanan Yönetilen Kimlik ile karşılıklı dışlama.

userAssignedIdentity

string

Kullanıcı, bir kaynağa erişirken kullanmak üzere yönetilen kimliğin ARM kimliğini atadı.

StorageAccount

Depolama hesabı ayrıntıları.

Name Tür Description
id

string

Depolama hesabı kaynağının kimliği. Media Services hem tablolara, kuyruklara hem de bloblara dayanır, bu nedenle birincil depolama hesabı standart depolama hesabı (Microsoft.ClassicStorage veya Microsoft.Storage) olmalıdır. Yalnızca blob depolama hesapları ikincil depolama hesapları olarak eklenebilir.

identity

ResourceIdentity

Depolama hesabı kimliği.

status

string

Depolama hesabı eşlemesinin geçerli durumu.

type

StorageAccountType

Depolama hesabının türü.

StorageAccountType

Depolama hesabının türü.

Name Tür Description
Primary

string

Media Services hesabı için birincil depolama hesabı.

Secondary

string

Media Services hesabı için ikincil bir depolama hesabı.

StorageAuthentication

Name Tür Description
ManagedIdentity

string

Yönetilen Kimlik kimlik doğrulaması.

System

string

Sistem kimlik doğrulaması.

systemData

Kaynağın oluşturulması ve son değiştirilmesiyle ilgili meta veriler.

Name Tür Description
createdAt

string

Kaynak oluşturma (UTC) zaman damgası.

createdBy

string

Kaynağı oluşturan kimlik.

createdByType

createdByType

Kaynağı oluşturan kimliğin türü.

lastModifiedAt

string

Kaynağın son değişikliğinin zaman damgası (UTC)

lastModifiedBy

string

Kaynağı en son değiştiren kimlik.

lastModifiedByType

createdByType

Kaynağı en son değiştiren kimliğin türü.

UserAssignedManagedIdentity

Name Tür Description
clientId

string

İstemci kimliği.

principalId

string

Asıl kimlik.