Class GalleryImageVersionPublishingProfile
The publishing profile of a gallery Image Version.
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Azure.Management.Compute.dll
Syntax
public class GalleryImageVersionPublishingProfile : Microsoft.Azure.Management.Compute.Models.GalleryArtifactPublishingProfileBase
Constructors
GalleryImageVersionPublishingProfile()
Initializes a new instance of the GalleryImageVersionPublishingProfile class.
Declaration
public GalleryImageVersionPublishingProfile ();
GalleryImageVersionPublishingProfile(IList<TargetRegion>, Nullable<Int32>, Nullable<Boolean>, Nullable<DateTime>, Nullable<DateTime>, String)
Initializes a new instance of the GalleryImageVersionPublishingProfile class.
Declaration
public GalleryImageVersionPublishingProfile (System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.TargetRegion> targetRegions = null, Nullable<int> replicaCount = null, Nullable<bool> excludeFromLatest = null, Nullable<DateTime> publishedDate = null, Nullable<DateTime> endOfLifeDate = null, string storageAccountType = null);
Parameters
|
IList<TargetRegion>
targetRegions
The target regions where the Image Version is going to be replicated to. This property is updatable. |
|
Nullable<Int32>
replicaCount
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. |
|
Nullable<Boolean>
excludeFromLatest
If set to true, Virtual Machines deployed from the latest version of the Image Definition won't use this Image Version. |
|
Nullable<DateTime>
publishedDate
The timestamp for when the gallery Image Version is published. |
|
Nullable<DateTime>
endOfLifeDate
The end of life date of the gallery Image Version. This property can be used for decommissioning purposes. This property is updatable. |
|
String
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' |