Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ class StorageAccountType(str, Enum):

standard_lrs = "Standard_LRS"
standard_zrs = "Standard_ZRS"
premium_lrs = "Premium_LRS"


class HostCaching(str, Enum):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1615,7 +1615,7 @@ class GalleryArtifactPublishingProfileBase(Model):
:type end_of_life_date: datetime
:param storage_account_type: Specifies the storage account type to be used
to store the image. This property is not updatable. Possible values
include: 'Standard_LRS', 'Standard_ZRS'
include: 'Standard_LRS', 'Standard_ZRS', 'Premium_LRS'
:type storage_account_type: str or
~azure.mgmt.compute.v2019_12_01.models.StorageAccountType
"""
Expand Down Expand Up @@ -1671,7 +1671,7 @@ class GalleryApplicationVersionPublishingProfile(GalleryArtifactPublishingProfil
:type end_of_life_date: datetime
:param storage_account_type: Specifies the storage account type to be used
to store the image. This property is not updatable. Possible values
include: 'Standard_LRS', 'Standard_ZRS'
include: 'Standard_LRS', 'Standard_ZRS', 'Premium_LRS'
:type storage_account_type: str or
~azure.mgmt.compute.v2019_12_01.models.StorageAccountType
:param source: Required.
Expand Down Expand Up @@ -2265,7 +2265,7 @@ class GalleryImageVersionPublishingProfile(GalleryArtifactPublishingProfileBase)
:type end_of_life_date: datetime
:param storage_account_type: Specifies the storage account type to be used
to store the image. This property is not updatable. Possible values
include: 'Standard_LRS', 'Standard_ZRS'
include: 'Standard_LRS', 'Standard_ZRS', 'Premium_LRS'
:type storage_account_type: str or
~azure.mgmt.compute.v2019_12_01.models.StorageAccountType
"""
Expand Down Expand Up @@ -4721,7 +4721,7 @@ class TargetRegion(Model):
:type regional_replica_count: int
:param storage_account_type: Specifies the storage account type to be used
to store the image. This property is not updatable. Possible values
include: 'Standard_LRS', 'Standard_ZRS'
include: 'Standard_LRS', 'Standard_ZRS', 'Premium_LRS'
:type storage_account_type: str or
~azure.mgmt.compute.v2019_12_01.models.StorageAccountType
:param encryption:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1615,7 +1615,7 @@ class GalleryArtifactPublishingProfileBase(Model):
:type end_of_life_date: datetime
:param storage_account_type: Specifies the storage account type to be used
to store the image. This property is not updatable. Possible values
include: 'Standard_LRS', 'Standard_ZRS'
include: 'Standard_LRS', 'Standard_ZRS', 'Premium_LRS'
:type storage_account_type: str or
~azure.mgmt.compute.v2019_12_01.models.StorageAccountType
"""
Expand Down Expand Up @@ -1671,7 +1671,7 @@ class GalleryApplicationVersionPublishingProfile(GalleryArtifactPublishingProfil
:type end_of_life_date: datetime
:param storage_account_type: Specifies the storage account type to be used
to store the image. This property is not updatable. Possible values
include: 'Standard_LRS', 'Standard_ZRS'
include: 'Standard_LRS', 'Standard_ZRS', 'Premium_LRS'
:type storage_account_type: str or
~azure.mgmt.compute.v2019_12_01.models.StorageAccountType
:param source: Required.
Expand Down Expand Up @@ -2265,7 +2265,7 @@ class GalleryImageVersionPublishingProfile(GalleryArtifactPublishingProfileBase)
:type end_of_life_date: datetime
:param storage_account_type: Specifies the storage account type to be used
to store the image. This property is not updatable. Possible values
include: 'Standard_LRS', 'Standard_ZRS'
include: 'Standard_LRS', 'Standard_ZRS', 'Premium_LRS'
:type storage_account_type: str or
~azure.mgmt.compute.v2019_12_01.models.StorageAccountType
"""
Expand Down Expand Up @@ -4721,7 +4721,7 @@ class TargetRegion(Model):
:type regional_replica_count: int
:param storage_account_type: Specifies the storage account type to be used
to store the image. This property is not updatable. Possible values
include: 'Standard_LRS', 'Standard_ZRS'
include: 'Standard_LRS', 'Standard_ZRS', 'Premium_LRS'
:type storage_account_type: str or
~azure.mgmt.compute.v2019_12_01.models.StorageAccountType
:param encryption:
Expand Down