Share via


WorkloadNetworksOperationsExtensions.ListSegments Method

Definition

List of segments in a private cloud workload network.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment> ListSegments (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string privateCloudName);
static member ListSegments : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Avs.Models.WorkloadNetworkSegment>
<Extension()>
Public Function ListSegments (operations As IWorkloadNetworksOperations, resourceGroupName As String, privateCloudName As String) As IPage(Of WorkloadNetworkSegment)

Parameters

operations
IWorkloadNetworksOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

privateCloudName
String

Name of the private cloud

Returns

Applies to