ITargetRegion Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Models.TargetRegionTypeConverter))]
public interface ITargetRegion : Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Models.TargetRegionTypeConverter))>]
type ITargetRegion = interface
interface IJsonSerializable
Public Interface ITargetRegion
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| Name |
The name of the region. |
| ReplicaCount |
The number of replicas of the Image Version to be created in this region. Omit to use the default (1). |
| StorageAccountType |
Specifies the storage account type to be used to store the image in this region. Omit to use the default (Standard_LRS). |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |