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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET