-
Notifications
You must be signed in to change notification settings - Fork 247
/
azure.mgmt.compute.v2022_01_03.models.TargetRegion.yml
69 lines (59 loc) · 2.32 KB
/
azure.mgmt.compute.v2022_01_03.models.TargetRegion.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
### YamlMime:PythonClass
uid: azure.mgmt.compute.v2022_01_03.models.TargetRegion
name: TargetRegion
fullName: azure.mgmt.compute.v2022_01_03.models.TargetRegion
module: azure.mgmt.compute.v2022_01_03.models
inheritances:
- azure.mgmt.compute._serialization.Model
summary: 'Describes the target region information.
All required parameters must be populated in order to send to server.'
constructor:
syntax: 'TargetRegion(*, name: str, regional_replica_count: int | None = None, storage_account_type:
str | _models.StorageAccountType | None = None, encryption: _models.EncryptionImages
| None = None, **kwargs: Any)'
keywordOnlyParameters:
- name: name
description: The name of the region. Required.
types:
- <xref:str>
- name: regional_replica_count
description: 'The number of replicas of the Image Version to be created per
region. This property is updatable.'
types:
- <xref:int>
- name: storage_account_type
description: 'Specifies the storage account type to be used to store the
image. This property is not updatable. Known values are: "Standard_LRS", "Standard_ZRS",
"Premium_LRS", and "StandardSSD_LRS".'
types:
- <xref:str>
- <xref:azure.mgmt.compute.v2022_01_03.models.StorageAccountType>
- name: encryption
description: 'Optional. Allows users to provide customer managed keys for encrypting
the
OS and data disks in the gallery artifact.'
types:
- <xref:azure.mgmt.compute.v2022_01_03.models.EncryptionImages>
variables:
- description: The name of the region. Required.
name: name
types:
- <xref:str>
- description: 'The number of replicas of the Image Version to be created per
region. This property is updatable.'
name: regional_replica_count
types:
- <xref:int>
- description: 'Specifies the storage account type to be used to store the image.
This property is not updatable. Known values are: "Standard_LRS", "Standard_ZRS",
"Premium_LRS", and "StandardSSD_LRS".'
name: storage_account_type
types:
- <xref:str>
- <xref:azure.mgmt.compute.v2022_01_03.models.StorageAccountType>
- description: 'Optional. Allows users to provide customer managed keys for encrypting
the OS
and data disks in the gallery artifact.'
name: encryption
types:
- <xref:azure.mgmt.compute.v2022_01_03.models.EncryptionImages>