-
Notifications
You must be signed in to change notification settings - Fork 247
/
azure.mgmt.storage.v2022_09_01.models.Table.yml
46 lines (42 loc) · 1.57 KB
/
azure.mgmt.storage.v2022_09_01.models.Table.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
### YamlMime:PythonClass
uid: azure.mgmt.storage.v2022_09_01.models.Table
name: Table
fullName: azure.mgmt.storage.v2022_09_01.models.Table
module: azure.mgmt.storage.v2022_09_01.models
inheritances:
- azure.mgmt.storage.v2022_09_01.models._models_py3.Resource
summary: 'Properties of the table, including Id, resource name, resource type.
Variables are only populated by the server, and will be ignored when sending a request.'
constructor:
syntax: 'Table(*, signed_identifiers: List[_models.TableSignedIdentifier] | None
= None, **kwargs: Any)'
keywordOnlyParameters:
- name: signed_identifiers
description: List of stored access policies specified on the table.
types:
- <xref:list>[<xref:azure.mgmt.storage.v2022_09_01.models.TableSignedIdentifier>]
variables:
- description: 'Fully qualified resource ID for the resource. Ex -
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. #
pylint: disable=line-too-long'
name: id
types:
- <xref:str>
- description: The name of the resource.
name: name
types:
- <xref:str>
- description: 'The type of the resource. E.g. "Microsoft.Compute/virtualMachines"
or
"Microsoft.Storage/storageAccounts".'
name: type
types:
- <xref:str>
- description: Table name under the specified account.
name: table_name
types:
- <xref:str>
- description: List of stored access policies specified on the table.
name: signed_identifiers
types:
- <xref:list>[<xref:azure.mgmt.storage.v2022_09_01.models.TableSignedIdentifier>]