MockableNetworkResourceGroupResource.GetCloudServiceSwaps(String) 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.
Invokes the GetCloudServiceSwaps compatibility operation.
public virtual Azure.ResourceManager.Network.CloudServiceSwapCollection GetCloudServiceSwaps(string cloudServiceName);
public virtual Azure.ResourceManager.Network.CloudServiceSwapCollection GetCloudServiceSwaps(string resourceName);
abstract member GetCloudServiceSwaps : string -> Azure.ResourceManager.Network.CloudServiceSwapCollection
override this.GetCloudServiceSwaps : string -> Azure.ResourceManager.Network.CloudServiceSwapCollection
abstract member GetCloudServiceSwaps : string -> Azure.ResourceManager.Network.CloudServiceSwapCollection
override this.GetCloudServiceSwaps : string -> Azure.ResourceManager.Network.CloudServiceSwapCollection
Public Overridable Function GetCloudServiceSwaps (cloudServiceName As String) As CloudServiceSwapCollection
Public Overridable Function GetCloudServiceSwaps (resourceName As String) As CloudServiceSwapCollection
Parameters
- cloudServiceNameresourceName
- String
Returns
An object representing collection of CloudServiceSwapResources and their operations over a CloudServiceSwapResource.
Exceptions
resourceName is null.
resourceName is an empty string, and was expected to be non-empty.