Condividi tramite


ArmNetworkModelFactory.ServiceGatewayAddressLocationResponse Method

Definition

Initializes a new instance of ServiceGatewayAddressLocationResponse.

public static Azure.ResourceManager.Network.Models.ServiceGatewayAddressLocationResponse ServiceGatewayAddressLocationResponse(string addressLocation = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.ServiceGatewayAddress> addresses = default);
static member ServiceGatewayAddressLocationResponse : string * seq<Azure.ResourceManager.Network.Models.ServiceGatewayAddress> -> Azure.ResourceManager.Network.Models.ServiceGatewayAddressLocationResponse
Public Shared Function ServiceGatewayAddressLocationResponse (Optional addressLocation As String = Nothing, Optional addresses As IEnumerable(Of ServiceGatewayAddress) = Nothing) As ServiceGatewayAddressLocationResponse

Parameters

addressLocation
String

Location to update.

addresses
IEnumerable<ServiceGatewayAddress>

An array of addresses to create or update in locations.

Returns

A new ServiceGatewayAddressLocationResponse instance for mocking.

Applies to