ArmNetworkModelFactory.ServiceGatewayAddressLocationResponse 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 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.