InformaticaServerlessRuntimeCollection Class

Definition

A class representing a collection of InformaticaServerlessRuntimeResource and their operations. Each InformaticaServerlessRuntimeResource in the collection will belong to the same instance of InformaticaOrganizationResource. To get an InformaticaServerlessRuntimeCollection instance call the GetInformaticaServerlessRuntimes method from an instance of InformaticaOrganizationResource.

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

Constructors

InformaticaServerlessRuntimeCollection()

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

Create a InformaticaServerlessRuntimeResource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Informatica.DataManagement/organizations/{organizationName}/serverlessRuntimes/{serverlessRuntimeName}
  • Operation Id: ServerlessRuntimes_CreateOrUpdate
  • Default Api Version: 2024-05-08
  • Resource: InformaticaServerlessRuntimeResource
CreateOrUpdateAsync(WaitUntil, String, InformaticaServerlessRuntimeData, CancellationToken)

Create a InformaticaServerlessRuntimeResource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Informatica.DataManagement/organizations/{organizationName}/serverlessRuntimes/{serverlessRuntimeName}
  • Operation Id: ServerlessRuntimes_CreateOrUpdate
  • Default Api Version: 2024-05-08
  • Resource: InformaticaServerlessRuntimeResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Informatica.DataManagement/organizations/{organizationName}/serverlessRuntimes/{serverlessRuntimeName}
  • Operation Id: ServerlessRuntimes_Get
  • Default Api Version: 2024-05-08
  • Resource: InformaticaServerlessRuntimeResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Informatica.DataManagement/organizations/{organizationName}/serverlessRuntimes/{serverlessRuntimeName}
  • Operation Id: ServerlessRuntimes_Get
  • Default Api Version: 2024-05-08
  • Resource: InformaticaServerlessRuntimeResource
Get(String, CancellationToken)

Get a InformaticaServerlessRuntimeResource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Informatica.DataManagement/organizations/{organizationName}/serverlessRuntimes/{serverlessRuntimeName}
  • Operation Id: ServerlessRuntimes_Get
  • Default Api Version: 2024-05-08
  • Resource: InformaticaServerlessRuntimeResource
GetAll(CancellationToken)

List InformaticaServerlessRuntimeResource resources by InformaticaOrganizationResource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Informatica.DataManagement/organizations/{organizationName}/serverlessRuntimes
  • Operation Id: InformaticaServerlessRuntimeResource_ListByInformaticaOrganizationResource
  • Default Api Version: 2024-05-08
  • Resource: InformaticaServerlessRuntimeResource
GetAllAsync(CancellationToken)

List InformaticaServerlessRuntimeResource resources by InformaticaOrganizationResource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Informatica.DataManagement/organizations/{organizationName}/serverlessRuntimes
  • Operation Id: InformaticaServerlessRuntimeResource_ListByInformaticaOrganizationResource
  • Default Api Version: 2024-05-08
  • Resource: InformaticaServerlessRuntimeResource
GetAsync(String, CancellationToken)

Get a InformaticaServerlessRuntimeResource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Informatica.DataManagement/organizations/{organizationName}/serverlessRuntimes/{serverlessRuntimeName}
  • Operation Id: ServerlessRuntimes_Get
  • Default Api Version: 2024-05-08
  • Resource: InformaticaServerlessRuntimeResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Informatica.DataManagement/organizations/{organizationName}/serverlessRuntimes/{serverlessRuntimeName}
  • Operation Id: ServerlessRuntimes_Get
  • Default Api Version: 2024-05-08
  • Resource: InformaticaServerlessRuntimeResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Informatica.DataManagement/organizations/{organizationName}/serverlessRuntimes/{serverlessRuntimeName}
  • Operation Id: ServerlessRuntimes_Get
  • Default Api Version: 2024-05-08
  • Resource: InformaticaServerlessRuntimeResource
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<InformaticaServerlessRuntimeResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<InformaticaServerlessRuntimeResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to