ArmNetworkModelFactory.ServiceGatewayServiceRequest 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.ServiceGatewayServiceRequest ServiceGatewayServiceRequest(bool? isDelete = default, Azure.ResourceManager.Network.Models.ServiceGatewayService service = default);
static member ServiceGatewayServiceRequest : Nullable<bool> * Azure.ResourceManager.Network.Models.ServiceGatewayService -> Azure.ResourceManager.Network.Models.ServiceGatewayServiceRequest
Public Shared Function ServiceGatewayServiceRequest (Optional isDelete As Nullable(Of Boolean) = Nothing, Optional service As ServiceGatewayService = Nothing) As ServiceGatewayServiceRequest
Parameters
- service
- ServiceGatewayService
Service of service gateway.
Returns
A new ServiceGatewayServiceRequest instance for mocking.