Share via


IWithZones.WithZones(IList<String>) Method

Definition

Sets the list of availability zones denoting where the resource needs to come from.

public Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IUpdate WithZones (System.Collections.Generic.IList<string> zones);
abstract member WithZones : System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IUpdate
Public Function WithZones (zones As IList(Of String)) As IUpdate

Parameters

zones
IList<String>

The list of availability zone.

Returns

Applies to