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.