TargetRegion Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the target region information.
public class TargetRegion
type TargetRegion = class
Public Class TargetRegion
- Inheritance
-
TargetRegion
Constructors
TargetRegion() |
Initializes a new instance of the TargetRegion class. |
TargetRegion(String, Nullable<Int32>, String, EncryptionImages, Nullable<Boolean>) |
Initializes a new instance of the TargetRegion class. |
Properties
Encryption | |
ExcludeFromLatest |
Gets or sets contains the flag setting to hide an image when users specify version='latest' |
Name |
Gets or sets the name of the region. |
RegionalReplicaCount |
Gets or sets the number of replicas of the Image Version to be created per region. This property is updatable. |
StorageAccountType |
Gets or sets specifies the storage account type to be used to store the image. This property is not updatable. Possible values include: 'Standard_LRS', 'Standard_ZRS', 'Premium_LRS' |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET