MachineLearningRegistryEnvironmentContainerCollection Class

Definition

A class representing a collection of MachineLearningRegistryEnvironmentContainerResource and their operations. Each MachineLearningRegistryEnvironmentContainerResource in the collection will belong to the same instance of MachineLearningRegistryResource. To get a MachineLearningRegistryEnvironmentContainerCollection instance call the GetMachineLearningRegistryEnvironmentContainers method from an instance of MachineLearningRegistryResource.

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

Constructors

MachineLearningRegistryEnvironmentContainerCollection()

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

Create or update container.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries/{registryName}/environments/{environmentName}
  • Operation Id: RegistryEnvironmentContainers_CreateOrUpdate
  • Default Api Version: 2024-04-01
  • Resource: MachineLearningRegistryEnvironmentContainerResource
CreateOrUpdateAsync(WaitUntil, String, MachineLearningEnvironmentContainerData, CancellationToken)

Create or update container.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries/{registryName}/environments/{environmentName}
  • Operation Id: RegistryEnvironmentContainers_CreateOrUpdate
  • Default Api Version: 2024-04-01
  • Resource: MachineLearningRegistryEnvironmentContainerResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries/{registryName}/environments/{environmentName}
  • Operation Id: RegistryEnvironmentContainers_Get
  • Default Api Version: 2024-04-01
  • Resource: MachineLearningRegistryEnvironmentContainerResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries/{registryName}/environments/{environmentName}
  • Operation Id: RegistryEnvironmentContainers_Get
  • Default Api Version: 2024-04-01
  • Resource: MachineLearningRegistryEnvironmentContainerResource
Get(String, CancellationToken)

Get container.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries/{registryName}/environments/{environmentName}
  • Operation Id: RegistryEnvironmentContainers_Get
  • Default Api Version: 2024-04-01
  • Resource: MachineLearningRegistryEnvironmentContainerResource
GetAll(String, Nullable<MachineLearningListViewType>, CancellationToken)

List environment containers.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries/{registryName}/environments
  • Operation Id: RegistryEnvironmentContainers_List
  • Default Api Version: 2024-04-01
  • Resource: MachineLearningRegistryEnvironmentContainerResource
GetAllAsync(String, Nullable<MachineLearningListViewType>, CancellationToken)

List environment containers.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries/{registryName}/environments
  • Operation Id: RegistryEnvironmentContainers_List
  • Default Api Version: 2024-04-01
  • Resource: MachineLearningRegistryEnvironmentContainerResource
GetAsync(String, CancellationToken)

Get container.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries/{registryName}/environments/{environmentName}
  • Operation Id: RegistryEnvironmentContainers_Get
  • Default Api Version: 2024-04-01
  • Resource: MachineLearningRegistryEnvironmentContainerResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries/{registryName}/environments/{environmentName}
  • Operation Id: RegistryEnvironmentContainers_Get
  • Default Api Version: 2024-04-01
  • Resource: MachineLearningRegistryEnvironmentContainerResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries/{registryName}/environments/{environmentName}
  • Operation Id: RegistryEnvironmentContainers_Get
  • Default Api Version: 2024-04-01
  • Resource: MachineLearningRegistryEnvironmentContainerResource
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<MachineLearningRegistryEnvironmentContainerResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<MachineLearningRegistryEnvironmentContainerResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to