ArmNetworkModelFactory.CloudServiceSwapData Method

Definition

public static Azure.ResourceManager.Network.CloudServiceSwapData CloudServiceSwapData(Azure.ResourceManager.Network.Models.SwapSlotType? swapResourceSlotType = default, string name = default);
static member CloudServiceSwapData : Nullable<Azure.ResourceManager.Network.Models.SwapSlotType> * string -> Azure.ResourceManager.Network.CloudServiceSwapData
Public Shared Function CloudServiceSwapData (Optional swapResourceSlotType As Nullable(Of SwapSlotType) = Nothing, Optional name As String = Nothing) As CloudServiceSwapData

Parameters

swapResourceSlotType
Nullable<SwapSlotType>

Specifies slot info on a cloud service.

name
String

Returns

A new CloudServiceSwapData instance for mocking.

Applies to