Compartilhar via


MachineLearningEnvironmentVersionCollection Classe

Definição

Uma classe que representa uma coleção de MachineLearningEnvironmentVersionResource e suas operações. Cada MachineLearningEnvironmentVersionResource um na coleção pertencerá à mesma instância de MachineLearningEnvironmentContainerResource. Para obter uma MachineLearningEnvironmentVersionCollection instância, chame o método GetMachineLearningEnvironmentVersions de uma instância do MachineLearningEnvironmentContainerResource.

public class MachineLearningEnvironmentVersionCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.MachineLearning.MachineLearningEnvironmentVersionResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.MachineLearning.MachineLearningEnvironmentVersionResource>
type MachineLearningEnvironmentVersionCollection = class
    inherit ArmCollection
    interface seq<MachineLearningEnvironmentVersionResource>
    interface IEnumerable
    interface IAsyncEnumerable<MachineLearningEnvironmentVersionResource>
Public Class MachineLearningEnvironmentVersionCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of MachineLearningEnvironmentVersionResource), IEnumerable(Of MachineLearningEnvironmentVersionResource)
Herança
MachineLearningEnvironmentVersionCollection
Implementações

Construtores

MachineLearningEnvironmentVersionCollection()

Inicializa uma nova instância da MachineLearningEnvironmentVersionCollection classe para zombar.

Propriedades

Client

Obtém o ArmClient do qual esse cliente de recurso foi criado.

(Herdado de ArmCollection)
Diagnostics

Obtém as opções de diagnóstico para esse cliente de recurso.

(Herdado de ArmCollection)
Endpoint

Obtém o uri base para esse cliente de recurso.

(Herdado de ArmCollection)
Id

Obtém o identificador de recurso.

(Herdado de ArmCollection)
Pipeline

Obtém o pipeline desse cliente de recurso.

(Herdado de ArmCollection)

Métodos

CreateOrUpdate(WaitUntil, String, MachineLearningEnvironmentVersionData, CancellationToken)

Cria ou atualiza um EnvironmentVersion.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/environments/{name}/versions/{version}
  • Operação IdEnvironmentVersions_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, MachineLearningEnvironmentVersionData, CancellationToken)

Cria ou atualiza um EnvironmentVersion.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/environments/{name}/versions/{version}
  • Operação IdEnvironmentVersions_CreateOrUpdate
Exists(String, CancellationToken)

Verifica se o recurso existe no azure.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/environments/{name}/versions/{version}
  • Operação IdEnvironmentVersions_Get
ExistsAsync(String, CancellationToken)

Verifica se o recurso existe no azure.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/environments/{name}/versions/{version}
  • Operação IdEnvironmentVersions_Get
Get(String, CancellationToken)

Obter versão.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/environments/{name}/versions/{version}
  • Operação IdEnvironmentVersions_Get
GetAll(String, Nullable<Int32>, String, Nullable<MachineLearningListViewType>, String, CancellationToken)

Listar versões.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/environments/{name}/versions
  • Operação IdEnvironmentVersions_List
GetAllAsync(String, Nullable<Int32>, String, Nullable<MachineLearningListViewType>, String, CancellationToken)

Listar versões.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/environments/{name}/versions
  • Operação IdEnvironmentVersions_List
GetAsync(String, CancellationToken)

Obter versão.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/environments/{name}/versions/{version}
  • Operação IdEnvironmentVersions_Get
GetIfExists(String, CancellationToken)

Tenta obter detalhes para esse recurso do serviço.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/environments/{name}/versions/{version}
  • Operação IdEnvironmentVersions_Get
GetIfExistsAsync(String, CancellationToken)

Tenta obter detalhes para esse recurso do serviço.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/environments/{name}/versions/{version}
  • Operação IdEnvironmentVersions_Get
TryGetApiVersion(ResourceType, String)

Obtém a substituição da versão da API se ela tiver sido definida para as opções de cliente atuais.

(Herdado de ArmCollection)

Implantações explícitas de interface

IAsyncEnumerable<MachineLearningEnvironmentVersionResource>.GetAsyncEnumerator(CancellationToken)

Retorna um enumerador que itera de maneira assíncrona por meio da coleção.

IEnumerable.GetEnumerator()

Retorna um enumerador que itera em uma coleção.

IEnumerable<MachineLearningEnvironmentVersionResource>.GetEnumerator()

Retorna um enumerador que itera pela coleção.

Aplica-se a