IWithAvailableRegion.WithRegionAvailability Method
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.
Overloads
WithRegionAvailability(IList<TargetRegion>) |
Specifies list of regions in which image version needs to be available. |
WithRegionAvailability(Region, Int32) |
Specifies a region in which image version needs to be available. |
WithRegionAvailability(IList<TargetRegion>)
Specifies list of regions in which image version needs to be available.
public Microsoft.Azure.Management.Compute.Fluent.GalleryImageVersion.Update.IUpdate WithRegionAvailability (System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.TargetRegion> regions);
abstract member WithRegionAvailability : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.TargetRegion> -> Microsoft.Azure.Management.Compute.Fluent.GalleryImageVersion.Update.IUpdate
Public Function WithRegionAvailability (regions As IList(Of TargetRegion)) As IUpdate
Parameters
- regions
- IList<TargetRegion>
The target region list.
Returns
Applies to
WithRegionAvailability(Region, Int32)
Specifies a region in which image version needs to be available.
public Microsoft.Azure.Management.Compute.Fluent.GalleryImageVersion.Update.IUpdate WithRegionAvailability (Microsoft.Azure.Management.ResourceManager.Fluent.Core.Region region, int replicaCount);
abstract member WithRegionAvailability : Microsoft.Azure.Management.ResourceManager.Fluent.Core.Region * int -> Microsoft.Azure.Management.Compute.Fluent.GalleryImageVersion.Update.IUpdate
Public Function WithRegionAvailability (region As Region, replicaCount As Integer) As IUpdate
Parameters
- region
- Region
The region.
- replicaCount
- Int32
The replica count in the region.
Returns
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.