ArmAvsModelFactory.AvsClusterZone(IEnumerable<String>, String) 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.
Initializes a new instance of AvsClusterZone.
public static Azure.ResourceManager.Avs.Models.AvsClusterZone AvsClusterZone(System.Collections.Generic.IEnumerable<string> hosts = default, string zone = default);
static member AvsClusterZone : seq<string> * string -> Azure.ResourceManager.Avs.Models.AvsClusterZone
Public Shared Function AvsClusterZone (Optional hosts As IEnumerable(Of String) = Nothing, Optional zone As String = Nothing) As AvsClusterZone
Parameters
- hosts
- IEnumerable<String>
List of hosts belonging to the availability zone in a cluster.
- zone
- String
Availability zone identifier.
Returns
A new AvsClusterZone instance for mocking.
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