Share via


MockableNetworkArmClient.GetCloudServiceSwapResource Method

Definition

Gets an object representing a CloudServiceSwapResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a CloudServiceSwapResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.Network.CloudServiceSwapResource GetCloudServiceSwapResource (Azure.Core.ResourceIdentifier id);
abstract member GetCloudServiceSwapResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Network.CloudServiceSwapResource
override this.GetCloudServiceSwapResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Network.CloudServiceSwapResource
Public Overridable Function GetCloudServiceSwapResource (id As ResourceIdentifier) As CloudServiceSwapResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a CloudServiceSwapResource object.

Applies to