Share via


ServicesOperationsExtensions.List Method

Definition

Gets the list of service resources created in the specified Service Fabric application resource.

public static Microsoft.Azure.Management.ServiceFabric.Models.ServiceResourceList List (this Microsoft.Azure.Management.ServiceFabric.IServicesOperations operations, string resourceGroupName, string clusterName, string applicationName);
static member List : Microsoft.Azure.Management.ServiceFabric.IServicesOperations * string * string * string -> Microsoft.Azure.Management.ServiceFabric.Models.ServiceResourceList
<Extension()>
Public Function List (operations As IServicesOperations, resourceGroupName As String, clusterName As String, applicationName As String) As ServiceResourceList

Parameters

operations
IServicesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

clusterName
String

The name of the cluster resource.

applicationName
String

The name of the application resource.

Returns

Remarks

Gets all service resources created or in the process of being created in the Service Fabric application resource.

Applies to