Table 클래스
ID, 리소스 이름, 리소스 종류를 포함한 테이블의 속성입니다.
변수는 서버에서만 채워지고 요청을 보낼 때 무시됩니다.
- 상속
-
azure.mgmt.storage.v2021_09_01.models._models_py3.ResourceTable
생성자
Table(*, signed_identifiers: List[_models.TableSignedIdentifier] | None = None, **kwargs)
변수
- id
- str
리소스에 대한 정규화된 리소스 ID입니다. 예 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
- name
- str
리소스의 이름입니다.
- type
- str
리소스 형식입니다. 예: "Microsoft.Compute/virtualMachines" 또는 "Microsoft.Storage/storageAccounts".
- table_name
- str
지정한 계정 아래의 테이블 이름입니다.
- signed_identifiers
- list[TableSignedIdentifier]
테이블에 지정된 저장된 액세스 정책 목록입니다.