다음을 통해 공유


Mediaservices - Create Or Update

Media Services 계정 만들기 또는 업데이트
Media Services 계정을 만들거나 업데이트합니다.

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

URI 매개 변수

Name In(다음 안에) 필수 형식 Description
accountName
path True

string

Media Services 계정 이름입니다.

resourceGroupName
path True

string

Azure 구독 내의 리소스 그룹 이름입니다.

subscriptionId
path True

string

Microsoft Azure 구독의 고유 식별자입니다.

api-version
query True

string

클라이언트 요청과 함께 사용할 API의 버전입니다.

요청 본문

Name 필수 형식 Description
location True

string

리소스가 있는 지리적 위치

identity

MediaServiceIdentity

Media Services 계정에 대한 관리 ID입니다.

properties.encryption

AccountEncryption

계정 암호화 속성입니다.

properties.keyDelivery

KeyDelivery

Media Services 계정에 대한 키 배달 속성입니다.

properties.minimumTlsVersion

MinimumTlsVersion

이 계정의 요청에 허용되는 최소 TLS 버전입니다. 선택적 속성입니다. 지정하지 않으면 보안 기본값이 사용됩니다.

properties.publicNetworkAccess

PublicNetworkAccess

Media Services 계정의 리소스에 대해 공용 네트워크 액세스가 허용되는지 여부입니다.

properties.storageAccounts

StorageAccount[]

이 리소스에 대한 스토리지 계정입니다.

properties.storageAuthentication

StorageAuthentication

tags

object

리소스 태그.

응답

Name 형식 Description
200 OK

MediaService

정상

헤더

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

MediaService

생성일

헤더

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

ErrorResponse

자세한 오류 정보입니다.

예제

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

Create a Media Services account

샘플 요청

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"
      }
    ]
  }
}

샘플 응답

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

샘플 요청

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"
      }
    }
  }
}

샘플 응답

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"
          }
        }
      }
    ]
  }
}

정의

Name Description
AccessControl
AccountEncryption
AccountEncryptionKeyType

계정 키를 암호화하는 데 사용되는 키 유형입니다.

createdByType

리소스를 만든 ID의 형식입니다.

DefaultAction

키 배달에서 IP 액세스 제어에 대한 동작입니다.

ErrorAdditionalInfo

리소스 관리 오류 추가 정보입니다.

ErrorDetail

오류 세부 정보입니다.

ErrorResponse

오류 응답

KeyDelivery
KeyVaultProperties
MediaService

Media Services 계정.

MediaServiceIdentity
MinimumTlsVersion

이 계정의 요청에 허용되는 최소 TLS 버전입니다. 선택적 속성입니다. 지정하지 않으면 보안 기본값이 사용됩니다.

PrivateEndpoint

프라이빗 엔드포인트 리소스입니다.

PrivateEndpointConnection

프라이빗 엔드포인트 연결 리소스입니다.

PrivateEndpointConnectionProvisioningState

현재 프로비저닝 상태입니다.

PrivateEndpointServiceConnectionStatus

프라이빗 엔드포인트 연결 상태.

PrivateLinkServiceConnectionState

서비스 소비자와 공급자 간의 연결 상태에 대한 정보 컬렉션입니다.

ProvisioningState

Media Services 계정의 프로비전 상태입니다.

PublicNetworkAccess

Media Services 계정의 리소스에 대해 공용 네트워크 액세스가 허용되는지 여부입니다.

ResourceIdentity
StorageAccount

스토리지 계정 세부 정보입니다.

StorageAccountType

스토리지 계정의 유형입니다.

StorageAuthentication
systemData

리소스 만들기 및 마지막 수정과 관련된 메타데이터입니다.

UserAssignedManagedIdentity

AccessControl

Name 형식 Description
defaultAction

DefaultAction

키 배달에서 IP 액세스 제어에 대한 동작입니다.

ipAllowList

string[]

키 배달의 액세스 제어에 대한 IP 허용 목록입니다. 기본 작업이 '허용'으로 설정된 경우 IP 허용 목록은 비어 있어야 합니다.

AccountEncryption

Name 형식 Description
identity

ResourceIdentity

Key Vault ID입니다.

keyVaultProperties

KeyVaultProperties

계정을 암호화하는 데 사용되는 키의 속성입니다.

status

string

Key Vault 매핑의 현재 상태.

type

AccountEncryptionKeyType

계정 키를 암호화하는 데 사용되는 키 유형입니다.

AccountEncryptionKeyType

계정 키를 암호화하는 데 사용되는 키 유형입니다.

Name 형식 Description
CustomerKey

string

계정 키는 고객 키로 암호화됩니다.

SystemKey

string

계정 키는 시스템 키로 암호화됩니다.

createdByType

리소스를 만든 ID의 형식입니다.

Name 형식 Description
Application

string

Key

string

ManagedIdentity

string

User

string

DefaultAction

키 배달에서 IP 액세스 제어에 대한 동작입니다.

Name 형식 Description
Allow

string

모든 공용 IP 주소가 허용됩니다.

Deny

string

공용 IP 주소가 차단됩니다.

ErrorAdditionalInfo

리소스 관리 오류 추가 정보입니다.

Name 형식 Description
info

object

추가 정보입니다.

type

string

추가 정보 유형입니다.

ErrorDetail

오류 세부 정보입니다.

Name 형식 Description
additionalInfo

ErrorAdditionalInfo[]

오류 추가 정보입니다.

code

string

오류 코드입니다.

details

ErrorDetail[]

오류 세부 정보입니다.

message

string

오류 메시지입니다.

target

string

오류 대상입니다.

ErrorResponse

오류 응답

Name 형식 Description
error

ErrorDetail

Error 개체.

KeyDelivery

Name 형식 Description
accessControl

AccessControl

키 배달에 대한 액세스 제어 속성입니다.

KeyVaultProperties

Name 형식 Description
currentKeyIdentifier

string

키 버전을 포함하여 Media Services 계정을 암호화하는 데 사용되는 현재 키입니다.

keyIdentifier

string

계정을 암호화하는 데 사용되는 Key Vault 키의 URL입니다. 키는 버전이 지정될 수 있습니다(예 https://vault/keys/mykey/version1) : 버전이 없는 키 참조). https://vault/keys/mykey).

MediaService

Media Services 계정.

Name 형식 Default value Description
id

string

리소스에 대한 정규화된 리소스 ID입니다. 예 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

identity

MediaServiceIdentity

Media Services 계정에 대한 관리 ID입니다.

location

string

리소스가 있는 지리적 위치

name

string

리소스의 이름입니다.

properties.encryption

AccountEncryption

계정 암호화 속성입니다.

properties.keyDelivery

KeyDelivery

Media Services 계정에 대한 키 배달 속성입니다.

properties.mediaServiceId

string

Media Services 계정 ID입니다.

properties.minimumTlsVersion

MinimumTlsVersion

Tls12

이 계정의 요청에 허용되는 최소 TLS 버전입니다. 선택적 속성입니다. 지정하지 않으면 보안 기본값이 사용됩니다.

properties.privateEndpointConnections

PrivateEndpointConnection[]

Media Service 계정에 대해 만들어진 프라이빗 엔드포인트 Connections.

properties.provisioningState

ProvisioningState

Media Services 계정의 프로비전 상태입니다.

properties.publicNetworkAccess

PublicNetworkAccess

Media Services 계정의 리소스에 대해 공용 네트워크 액세스가 허용되는지 여부입니다.

properties.storageAccounts

StorageAccount[]

이 리소스에 대한 스토리지 계정입니다.

properties.storageAuthentication

StorageAuthentication

systemData

systemData

이 리소스와 관련된 시스템 메타데이터입니다.

tags

object

리소스 태그.

type

string

리소스 형식입니다. 예: "Microsoft.Compute/virtualMachines" 또는 "Microsoft.Storage/storageAccounts"

MediaServiceIdentity

Name 형식 Description
principalId

string

ID의 보안 주체 ID입니다.

tenantId

string

ID의 테넌트 ID입니다.

type

string

ID 형식입니다.

userAssignedIdentities

<string,  UserAssignedManagedIdentity>

사용자가 할당한 관리 ID입니다.

MinimumTlsVersion

이 계정의 요청에 허용되는 최소 TLS 버전입니다. 선택적 속성입니다. 지정하지 않으면 보안 기본값이 사용됩니다.

Name 형식 Description
Tls10

string

최소 TLS 버전은 TLS 1.0입니다.

Tls11

string

최소 TLS 버전은 TLS 1.1입니다.

Tls12

string

최소 TLS 버전은 TLS 1.2입니다.

Tls13

string

최소 TLS 버전은 TLS 1.3입니다.

PrivateEndpoint

프라이빗 엔드포인트 리소스입니다.

Name 형식 Description
id

string

프라이빗 엔드포인트에 대한 ARM 식별자

PrivateEndpointConnection

프라이빗 엔드포인트 연결 리소스입니다.

Name 형식 Description
id

string

리소스에 대한 정규화된 리소스 ID입니다. 예 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name

string

리소스의 이름입니다.

properties.privateEndpoint

PrivateEndpoint

프라이빗 엔드포인트의 리소스입니다.

properties.privateLinkServiceConnectionState

PrivateLinkServiceConnectionState

서비스 소비자와 공급자 간의 연결 상태에 대한 정보 컬렉션입니다.

properties.provisioningState

PrivateEndpointConnectionProvisioningState

프라이빗 엔드포인트 연결 리소스의 프로비저닝 상태입니다.

type

string

리소스 형식입니다. 예: "Microsoft.Compute/virtualMachines" 또는 "Microsoft.Storage/storageAccounts"

PrivateEndpointConnectionProvisioningState

현재 프로비저닝 상태입니다.

Name 형식 Description
Creating

string

Deleting

string

Failed

string

Succeeded

string

PrivateEndpointServiceConnectionStatus

프라이빗 엔드포인트 연결 상태.

Name 형식 Description
Approved

string

Pending

string

Rejected

string

PrivateLinkServiceConnectionState

서비스 소비자와 공급자 간의 연결 상태에 대한 정보 컬렉션입니다.

Name 형식 Description
actionsRequired

string

서비스 공급자의 변경 내용에 소비자에 대한 업데이트가 필요한지 여부를 나타내는 메시지입니다.

description

string

연결의 승인/거부 이유입니다.

status

PrivateEndpointServiceConnectionStatus

서비스 소유자가 연결을 승인/거부/제거했는지 여부를 나타냅니다.

ProvisioningState

Media Services 계정의 프로비전 상태입니다.

Name 형식 Description
Failed

string

프로비전 상태가 실패했습니다.

InProgress

string

프로비전 상태가 진행 중입니다.

Succeeded

string

프로비전 상태가 성공했습니다.

PublicNetworkAccess

Media Services 계정의 리소스에 대해 공용 네트워크 액세스가 허용되는지 여부입니다.

Name 형식 Description
Disabled

string

공용 네트워크 액세스가 사용하지 않도록 설정되어 있습니다.

Enabled

string

공용 네트워크 액세스를 사용할 수 있습니다.

ResourceIdentity

Name 형식 Description
useSystemAssignedIdentity

boolean

시스템 할당 관리 ID를 사용할지 여부를 나타냅니다. 사용자 할당 관리 ID와 상호 배타적입니다.

userAssignedIdentity

string

사용자가 리소스에 액세스할 때 사용할 관리 ID의 ARM ID를 할당했습니다.

StorageAccount

스토리지 계정 세부 정보입니다.

Name 형식 Description
id

string

스토리지 계정 리소스의 ID입니다. Media Services는 Blob뿐만 아니라 테이블과 큐를 사용하므로 기본 스토리지 계정은 표준 스토리지 계정(Microsoft.ClassicStorage 또는 Microsoft.Storage)이어야 합니다. Blob 전용 스토리지 계정은 보조 스토리지 계정으로 추가할 수 있습니다.

identity

ResourceIdentity

스토리지 계정 ID입니다.

status

string

스토리지 계정 매핑의 현재 상태.

type

StorageAccountType

스토리지 계정의 유형입니다.

StorageAccountType

스토리지 계정의 유형입니다.

Name 형식 Description
Primary

string

Media Services 계정의 기본 스토리지 계정입니다.

Secondary

string

Media Services 계정에 대한 보조 스토리지 계정입니다.

StorageAuthentication

Name 형식 Description
ManagedIdentity

string

관리 ID 인증.

System

string

시스템 인증.

systemData

리소스 만들기 및 마지막 수정과 관련된 메타데이터입니다.

Name 형식 Description
createdAt

string

UTC(리소스 만들기)의 타임스탬프입니다.

createdBy

string

리소스를 만든 ID입니다.

createdByType

createdByType

리소스를 만든 ID의 형식입니다.

lastModifiedAt

string

리소스 마지막 수정의 타임스탬프(UTC)

lastModifiedBy

string

리소스를 마지막으로 수정한 ID입니다.

lastModifiedByType

createdByType

리소스를 마지막으로 수정한 ID 유형입니다.

UserAssignedManagedIdentity

Name 형식 Description
clientId

string

클라이언트 ID입니다.

principalId

string

보안 주체 ID입니다.