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.Definition.IWithCreate 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.Definition.IWithCreate
Public Function WithRegionAvailability (regions As IList(Of TargetRegion)) As IWithCreate
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.Definition.IWithCreate 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.Definition.IWithCreate
Public Function WithRegionAvailability (region As Region, replicaCount As Integer) As IWithCreate
Parameters
- region
- Region
The region.
- replicaCount
- Int32
The replica count in the region.
Returns
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET