Share via


ManagedCcfCollection Class

Definition

A class representing a collection of ManagedCcfResource and their operations. Each ManagedCcfResource in the collection will belong to the same instance of ResourceGroupResource. To get a ManagedCcfCollection instance call the GetManagedCcfs method from an instance of ResourceGroupResource.

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

Constructors

ManagedCcfCollection()

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

Creates a Managed CCF with the specified Managed CCF parameters.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/managedCCFs/{appName}
  • Operation Id: ManagedCCF_Create
  • Default Api Version: 2023-06-28-preview
  • Resource: ManagedCcfResource
CreateOrUpdateAsync(WaitUntil, String, ManagedCcfData, CancellationToken)

Creates a Managed CCF with the specified Managed CCF parameters.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/managedCCFs/{appName}
  • Operation Id: ManagedCCF_Create
  • Default Api Version: 2023-06-28-preview
  • Resource: ManagedCcfResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/managedCCFs/{appName}
  • Operation Id: ManagedCCF_Get
  • Default Api Version: 2023-06-28-preview
  • Resource: ManagedCcfResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/managedCCFs/{appName}
  • Operation Id: ManagedCCF_Get
  • Default Api Version: 2023-06-28-preview
  • Resource: ManagedCcfResource
Get(String, CancellationToken)

Retrieves the properties of a Managed CCF app.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/managedCCFs/{appName}
  • Operation Id: ManagedCCF_Get
  • Default Api Version: 2023-06-28-preview
  • Resource: ManagedCcfResource
GetAll(String, CancellationToken)

Retrieves the properties of all Managed CCF apps.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/managedCCFs
  • Operation Id: ManagedCCF_ListByResourceGroup
  • Default Api Version: 2023-06-28-preview
  • Resource: ManagedCcfResource
GetAllAsync(String, CancellationToken)

Retrieves the properties of all Managed CCF apps.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/managedCCFs
  • Operation Id: ManagedCCF_ListByResourceGroup
  • Default Api Version: 2023-06-28-preview
  • Resource: ManagedCcfResource
GetAsync(String, CancellationToken)

Retrieves the properties of a Managed CCF app.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/managedCCFs/{appName}
  • Operation Id: ManagedCCF_Get
  • Default Api Version: 2023-06-28-preview
  • Resource: ManagedCcfResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/managedCCFs/{appName}
  • Operation Id: ManagedCCF_Get
  • Default Api Version: 2023-06-28-preview
  • Resource: ManagedCcfResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/managedCCFs/{appName}
  • Operation Id: ManagedCCF_Get
  • Default Api Version: 2023-06-28-preview
  • Resource: ManagedCcfResource
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<ManagedCcfResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<ManagedCcfResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to