azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.m...

347 строки
29 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearning.fluent.ComponentVersionsClient"
fullName: "com.azure.resourcemanager.machinelearning.fluent.ComponentVersionsClient"
name: "ComponentVersionsClient"
nameWithType: "ComponentVersionsClient"
summary: "An instance of this class provides access to all the operations defined in Component<wbr>Versions<wbr>Client."
syntax: "public interface **ComponentVersionsClient**"
methods:
- uid: "com.azure.resourcemanager.machinelearning.fluent.ComponentVersionsClient.beginPublish(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.machinelearning.models.DestinationAsset)"
fullName: "com.azure.resourcemanager.machinelearning.fluent.ComponentVersionsClient.beginPublish(String resourceGroupName, String workspaceName, String name, String version, DestinationAsset body)"
name: "beginPublish(String resourceGroupName, String workspaceName, String name, String version, DestinationAsset body)"
nameWithType: "ComponentVersionsClient.beginPublish(String resourceGroupName, String workspaceName, String name, String version, DestinationAsset body)"
summary: "Publish version asset into registry."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Container name."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Version identifier."
name: "version"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Destination registry info."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.DestinationAsset?alt=com.azure.resourcemanager.machinelearning.models.DestinationAsset&text=DestinationAsset\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginPublish(String resourceGroupName, String workspaceName, String name, String version, DestinationAsset body)"
desc: "Publish version asset into registry."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.machinelearning.fluent.ComponentVersionsClient.beginPublish(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.machinelearning.models.DestinationAsset,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearning.fluent.ComponentVersionsClient.beginPublish(String resourceGroupName, String workspaceName, String name, String version, DestinationAsset body, Context context)"
name: "beginPublish(String resourceGroupName, String workspaceName, String name, String version, DestinationAsset body, Context context)"
nameWithType: "ComponentVersionsClient.beginPublish(String resourceGroupName, String workspaceName, String name, String version, DestinationAsset body, Context context)"
summary: "Publish version asset into registry."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Container name."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Version identifier."
name: "version"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Destination registry info."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.DestinationAsset?alt=com.azure.resourcemanager.machinelearning.models.DestinationAsset&text=DestinationAsset\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginPublish(String resourceGroupName, String workspaceName, String name, String version, DestinationAsset body, Context context)"
desc: "Publish version asset into registry."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.machinelearning.fluent.ComponentVersionsClient.createOrUpdate(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.machinelearning.fluent.models.ComponentVersionInner)"
fullName: "com.azure.resourcemanager.machinelearning.fluent.ComponentVersionsClient.createOrUpdate(String resourceGroupName, String workspaceName, String name, String version, ComponentVersionInner body)"
name: "createOrUpdate(String resourceGroupName, String workspaceName, String name, String version, ComponentVersionInner body)"
nameWithType: "ComponentVersionsClient.createOrUpdate(String resourceGroupName, String workspaceName, String name, String version, ComponentVersionInner body)"
summary: "Create or update version."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Container name."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Version identifier."
name: "version"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Version entity to create or update."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.machinelearning.fluent.models.ComponentVersionInner?alt=com.azure.resourcemanager.machinelearning.fluent.models.ComponentVersionInner&text=ComponentVersionInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ComponentVersionInner createOrUpdate(String resourceGroupName, String workspaceName, String name, String version, ComponentVersionInner body)"
desc: "Create or update version."
returns:
description: "azure Resource Manager resource envelope."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.fluent.models.ComponentVersionInner?alt=com.azure.resourcemanager.machinelearning.fluent.models.ComponentVersionInner&text=ComponentVersionInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.fluent.ComponentVersionsClient.createOrUpdateWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.machinelearning.fluent.models.ComponentVersionInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearning.fluent.ComponentVersionsClient.createOrUpdateWithResponse(String resourceGroupName, String workspaceName, String name, String version, ComponentVersionInner body, Context context)"
name: "createOrUpdateWithResponse(String resourceGroupName, String workspaceName, String name, String version, ComponentVersionInner body, Context context)"
nameWithType: "ComponentVersionsClient.createOrUpdateWithResponse(String resourceGroupName, String workspaceName, String name, String version, ComponentVersionInner body, Context context)"
summary: "Create or update version."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Container name."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Version identifier."
name: "version"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Version entity to create or update."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.machinelearning.fluent.models.ComponentVersionInner?alt=com.azure.resourcemanager.machinelearning.fluent.models.ComponentVersionInner&text=ComponentVersionInner\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<ComponentVersionInner> createOrUpdateWithResponse(String resourceGroupName, String workspaceName, String name, String version, ComponentVersionInner body, Context context)"
desc: "Create or update version."
returns:
description: "azure Resource Manager resource envelope along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.machinelearning.fluent.models.ComponentVersionInner?alt=com.azure.resourcemanager.machinelearning.fluent.models.ComponentVersionInner&text=ComponentVersionInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearning.fluent.ComponentVersionsClient.delete(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearning.fluent.ComponentVersionsClient.delete(String resourceGroupName, String workspaceName, String name, String version)"
name: "delete(String resourceGroupName, String workspaceName, String name, String version)"
nameWithType: "ComponentVersionsClient.delete(String resourceGroupName, String workspaceName, String name, String version)"
summary: "Delete version."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Container name."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Version identifier."
name: "version"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void delete(String resourceGroupName, String workspaceName, String name, String version)"
desc: "Delete version."
- uid: "com.azure.resourcemanager.machinelearning.fluent.ComponentVersionsClient.deleteWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearning.fluent.ComponentVersionsClient.deleteWithResponse(String resourceGroupName, String workspaceName, String name, String version, Context context)"
name: "deleteWithResponse(String resourceGroupName, String workspaceName, String name, String version, Context context)"
nameWithType: "ComponentVersionsClient.deleteWithResponse(String resourceGroupName, String workspaceName, String name, String version, Context context)"
summary: "Delete version."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Container name."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Version identifier."
name: "version"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<Void> deleteWithResponse(String resourceGroupName, String workspaceName, String name, String version, Context context)"
desc: "Delete version."
returns:
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.machinelearning.fluent.ComponentVersionsClient.get(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearning.fluent.ComponentVersionsClient.get(String resourceGroupName, String workspaceName, String name, String version)"
name: "get(String resourceGroupName, String workspaceName, String name, String version)"
nameWithType: "ComponentVersionsClient.get(String resourceGroupName, String workspaceName, String name, String version)"
summary: "Get version."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Container name."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Version identifier."
name: "version"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract ComponentVersionInner get(String resourceGroupName, String workspaceName, String name, String version)"
desc: "Get version."
returns:
description: "version."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.fluent.models.ComponentVersionInner?alt=com.azure.resourcemanager.machinelearning.fluent.models.ComponentVersionInner&text=ComponentVersionInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.fluent.ComponentVersionsClient.getWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearning.fluent.ComponentVersionsClient.getWithResponse(String resourceGroupName, String workspaceName, String name, String version, Context context)"
name: "getWithResponse(String resourceGroupName, String workspaceName, String name, String version, Context context)"
nameWithType: "ComponentVersionsClient.getWithResponse(String resourceGroupName, String workspaceName, String name, String version, Context context)"
summary: "Get version."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Container name."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Version identifier."
name: "version"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<ComponentVersionInner> getWithResponse(String resourceGroupName, String workspaceName, String name, String version, Context context)"
desc: "Get version."
returns:
description: "version along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.machinelearning.fluent.models.ComponentVersionInner?alt=com.azure.resourcemanager.machinelearning.fluent.models.ComponentVersionInner&text=ComponentVersionInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearning.fluent.ComponentVersionsClient.list(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearning.fluent.ComponentVersionsClient.list(String resourceGroupName, String workspaceName, String name)"
name: "list(String resourceGroupName, String workspaceName, String name)"
nameWithType: "ComponentVersionsClient.list(String resourceGroupName, String workspaceName, String name)"
summary: "List component versions."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Component name."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<ComponentVersionInner> list(String resourceGroupName, String workspaceName, String name)"
desc: "List component versions."
returns:
description: "a paginated list of ComponentVersion entities as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.machinelearning.fluent.models.ComponentVersionInner?alt=com.azure.resourcemanager.machinelearning.fluent.models.ComponentVersionInner&text=ComponentVersionInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearning.fluent.ComponentVersionsClient.list(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.String,com.azure.resourcemanager.machinelearning.models.ListViewType,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearning.fluent.ComponentVersionsClient.list(String resourceGroupName, String workspaceName, String name, String orderBy, Integer top, String skip, ListViewType listViewType, Context context)"
name: "list(String resourceGroupName, String workspaceName, String name, String orderBy, Integer top, String skip, ListViewType listViewType, Context context)"
nameWithType: "ComponentVersionsClient.list(String resourceGroupName, String workspaceName, String name, String orderBy, Integer top, String skip, ListViewType listViewType, Context context)"
summary: "List component versions."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Component name."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Ordering of list."
name: "orderBy"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Maximum number of records to return."
name: "top"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- description: "Continuation token for pagination."
name: "skip"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "View type for including/excluding (for example) archived entities."
name: "listViewType"
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.ListViewType?alt=com.azure.resourcemanager.machinelearning.models.ListViewType&text=ListViewType\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<ComponentVersionInner> list(String resourceGroupName, String workspaceName, String name, String orderBy, Integer top, String skip, ListViewType listViewType, Context context)"
desc: "List component versions."
returns:
description: "a paginated list of ComponentVersion entities as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.machinelearning.fluent.models.ComponentVersionInner?alt=com.azure.resourcemanager.machinelearning.fluent.models.ComponentVersionInner&text=ComponentVersionInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearning.fluent.ComponentVersionsClient.publish(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.machinelearning.models.DestinationAsset)"
fullName: "com.azure.resourcemanager.machinelearning.fluent.ComponentVersionsClient.publish(String resourceGroupName, String workspaceName, String name, String version, DestinationAsset body)"
name: "publish(String resourceGroupName, String workspaceName, String name, String version, DestinationAsset body)"
nameWithType: "ComponentVersionsClient.publish(String resourceGroupName, String workspaceName, String name, String version, DestinationAsset body)"
summary: "Publish version asset into registry."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Container name."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Version identifier."
name: "version"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Destination registry info."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.DestinationAsset?alt=com.azure.resourcemanager.machinelearning.models.DestinationAsset&text=DestinationAsset\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void publish(String resourceGroupName, String workspaceName, String name, String version, DestinationAsset body)"
desc: "Publish version asset into registry."
- uid: "com.azure.resourcemanager.machinelearning.fluent.ComponentVersionsClient.publish(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.machinelearning.models.DestinationAsset,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearning.fluent.ComponentVersionsClient.publish(String resourceGroupName, String workspaceName, String name, String version, DestinationAsset body, Context context)"
name: "publish(String resourceGroupName, String workspaceName, String name, String version, DestinationAsset body, Context context)"
nameWithType: "ComponentVersionsClient.publish(String resourceGroupName, String workspaceName, String name, String version, DestinationAsset body, Context context)"
summary: "Publish version asset into registry."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Container name."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Version identifier."
name: "version"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Destination registry info."
name: "body"
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.DestinationAsset?alt=com.azure.resourcemanager.machinelearning.models.DestinationAsset&text=DestinationAsset\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void publish(String resourceGroupName, String workspaceName, String name, String version, DestinationAsset body, Context context)"
desc: "Publish version asset into registry."
type: "interface"
desc: "An instance of this class provides access to all the operations defined in ComponentVersionsClient."
metadata: {}
package: "com.azure.resourcemanager.machinelearning.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearning:1.1.0