共用方式為


ServiceFabricManagedApplicationCollection Class

Definition

A class representing a collection of ServiceFabricManagedApplicationResource and their operations. Each ServiceFabricManagedApplicationResource in the collection will belong to the same instance of ServiceFabricManagedClusterResource. To get a ServiceFabricManagedApplicationCollection instance call the GetServiceFabricManagedApplications method from an instance of ServiceFabricManagedClusterResource.

public class ServiceFabricManagedApplicationCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.ServiceFabricManagedClusters.ServiceFabricManagedApplicationResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ServiceFabricManagedClusters.ServiceFabricManagedApplicationResource>
type ServiceFabricManagedApplicationCollection = class
    inherit ArmCollection
    interface seq<ServiceFabricManagedApplicationResource>
    interface IEnumerable
    interface IAsyncEnumerable<ServiceFabricManagedApplicationResource>
Public Class ServiceFabricManagedApplicationCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of ServiceFabricManagedApplicationResource), IEnumerable(Of ServiceFabricManagedApplicationResource)
Inheritance
ServiceFabricManagedApplicationCollection
Implements

Constructors

ServiceFabricManagedApplicationCollection()

Initializes a new instance of the ServiceFabricManagedApplicationCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

CreateOrUpdate(WaitUntil, String, ServiceFabricManagedApplicationData, CancellationToken)

Create or update a Service Fabric managed application resource with the specified name.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedclusters/{clusterName}/applications/{applicationName}
  • Operation Id: Applications_CreateOrUpdate
  • Default Api Version: 2023-12-01-preview
  • Resource: ServiceFabricManagedApplicationResource
CreateOrUpdateAsync(WaitUntil, String, ServiceFabricManagedApplicationData, CancellationToken)

Create or update a Service Fabric managed application resource with the specified name.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedclusters/{clusterName}/applications/{applicationName}
  • Operation Id: Applications_CreateOrUpdate
  • Default Api Version: 2023-12-01-preview
  • Resource: ServiceFabricManagedApplicationResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedclusters/{clusterName}/applications/{applicationName}
  • Operation Id: Applications_Get
  • Default Api Version: 2023-12-01-preview
  • Resource: ServiceFabricManagedApplicationResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedclusters/{clusterName}/applications/{applicationName}
  • Operation Id: Applications_Get
  • Default Api Version: 2023-12-01-preview
  • Resource: ServiceFabricManagedApplicationResource
Get(String, CancellationToken)

Get a Service Fabric managed application resource created or in the process of being created in the Service Fabric cluster resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedclusters/{clusterName}/applications/{applicationName}
  • Operation Id: Applications_Get
  • Default Api Version: 2023-12-01-preview
  • Resource: ServiceFabricManagedApplicationResource
GetAll(CancellationToken)

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

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedclusters/{clusterName}/applications
  • Operation Id: Applications_List
  • Default Api Version: 2023-12-01-preview
  • Resource: ServiceFabricManagedApplicationResource
GetAllAsync(CancellationToken)

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

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedclusters/{clusterName}/applications
  • Operation Id: Applications_List
  • Default Api Version: 2023-12-01-preview
  • Resource: ServiceFabricManagedApplicationResource
GetAsync(String, CancellationToken)

Get a Service Fabric managed application resource created or in the process of being created in the Service Fabric cluster resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedclusters/{clusterName}/applications/{applicationName}
  • Operation Id: Applications_Get
  • Default Api Version: 2023-12-01-preview
  • Resource: ServiceFabricManagedApplicationResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedclusters/{clusterName}/applications/{applicationName}
  • Operation Id: Applications_Get
  • Default Api Version: 2023-12-01-preview
  • Resource: ServiceFabricManagedApplicationResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedclusters/{clusterName}/applications/{applicationName}
  • Operation Id: Applications_Get
  • Default Api Version: 2023-12-01-preview
  • Resource: ServiceFabricManagedApplicationResource
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<ServiceFabricManagedApplicationResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<ServiceFabricManagedApplicationResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to