ServiceFabricManagedApplicationTypeCollection Class

Definition

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

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

Constructors

ServiceFabricManagedApplicationTypeCollection()

Initializes a new instance of the ServiceFabricManagedApplicationTypeCollection 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, ServiceFabricManagedApplicationTypeData, CancellationToken)

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

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedclusters/{clusterName}/applicationTypes/{applicationTypeName}
  • Operation Id: ApplicationTypes_CreateOrUpdate
  • Default Api Version: 2023-12-01-preview
  • Resource: ServiceFabricManagedApplicationTypeResource
CreateOrUpdateAsync(WaitUntil, String, ServiceFabricManagedApplicationTypeData, CancellationToken)

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

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

Checks to see if the resource exists in azure.

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

Checks to see if the resource exists in azure.

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

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

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

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

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

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

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

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

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

Tries to get details for this resource from the service.

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

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedclusters/{clusterName}/applicationTypes/{applicationTypeName}
  • Operation Id: ApplicationTypes_Get
  • Default Api Version: 2023-12-01-preview
  • Resource: ServiceFabricManagedApplicationTypeResource
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<ServiceFabricManagedApplicationTypeResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<ServiceFabricManagedApplicationTypeResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to