ArmNetworkModelFactory.ServiceGatewayAddress 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.
public static Azure.ResourceManager.Network.Models.ServiceGatewayAddress ServiceGatewayAddress(string address = default, System.Collections.Generic.IEnumerable<string> services = default);
static member ServiceGatewayAddress : string * seq<string> -> Azure.ResourceManager.Network.Models.ServiceGatewayAddress
Public Shared Function ServiceGatewayAddress (Optional address As String = Nothing, Optional services As IEnumerable(Of String) = Nothing) As ServiceGatewayAddress
Parameters
- address
- String
Address to update.
- services
- IEnumerable<String>
Collection of services in address.
Returns
A new ServiceGatewayAddress instance for mocking.