class Azure::Compute::Mgmt::V2019_07_01::Models::GalleryArtifactPublishingProfileBase
Describes the basic gallery artifact publishing profile.
Attributes
@return [DateTime] The end of life date of the gallery Image
Version. This property can be used for decommissioning purposes. This property is updatable.
@return [DateTime] The timestamp for when the gallery Image
Version is published.
@return [Integer] The number of replicas of the Image
Version to be created per region. This property would take effect for a region when regionalReplicaCount is not specified. This property is updatable.
@return [StorageAccountType] Specifies the storage account type to be used to store the image. This property is not updatable. Possible values include: 'Standard_LRS', 'Standard_ZRS'
@return [Array<TargetRegion>] The target regions where the Image
Version is going to be replicated to. This property is updatable.
Public Class Methods
Mapper for GalleryArtifactPublishingProfileBase
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-07-01/generated/azure_mgmt_compute/models/gallery_artifact_publishing_profile_base.rb, line 47 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'GalleryArtifactPublishingProfileBase', type: { name: 'Composite', class_name: 'GalleryArtifactPublishingProfileBase', model_properties: { target_regions: { client_side_validation: true, required: false, serialized_name: 'targetRegions', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'TargetRegionElementType', type: { name: 'Composite', class_name: 'TargetRegion' } } } }, replica_count: { client_side_validation: true, required: false, serialized_name: 'replicaCount', type: { name: 'Number' } }, exclude_from_latest: { client_side_validation: true, required: false, serialized_name: 'excludeFromLatest', type: { name: 'Boolean' } }, published_date: { client_side_validation: true, required: false, read_only: true, serialized_name: 'publishedDate', type: { name: 'DateTime' } }, end_of_life_date: { client_side_validation: true, required: false, serialized_name: 'endOfLifeDate', type: { name: 'DateTime' } }, storage_account_type: { client_side_validation: true, required: false, serialized_name: 'storageAccountType', type: { name: 'String' } } } } } end