IWithAvailableRegion.WithRegionAvailability Method

Definition

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