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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET