共用方式為


ApplicationTypesOperationsExtensions.List Method

Definition

Gets the list of application type name resources created in the specified Service Fabric managed cluster resource.

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

Parameters

operations
IApplicationTypesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

clusterName
String

The name of the cluster resource.

Returns

Remarks

Gets all application type name resources created or in the process of being created in the Service Fabric managed cluster resource.

Applies to