Share via


ServicesOperationsExtensions.ListByApplications Method

Definition

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceResource> ListByApplications (this Microsoft.Azure.Management.ServiceFabricManagedClusters.IServicesOperations operations, string resourceGroupName, string clusterName, string applicationName);
static member ListByApplications : Microsoft.Azure.Management.ServiceFabricManagedClusters.IServicesOperations * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceResource>
<Extension()>
Public Function ListByApplications (operations As IServicesOperations, resourceGroupName As String, clusterName As String, applicationName As String) As IPage(Of ServiceResource)

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 managed application resource.

Applies to