MachineLearningRegistryResource.GetBlobReferenceSasRegistryDataReference Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get blob reference SAS Uri.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries/{registryName}/datareferences/{name}/versions/{version}
- Operation Id: RegistryDataReferences_GetBlobReferenceSas
- Default Api Version: 2024-04-01
public virtual Azure.Response<Azure.ResourceManager.MachineLearning.Models.BlobReferenceSasResult> GetBlobReferenceSasRegistryDataReference (string name, string version, Azure.ResourceManager.MachineLearning.Models.BlobReferenceSasContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member GetBlobReferenceSasRegistryDataReference : string * string * Azure.ResourceManager.MachineLearning.Models.BlobReferenceSasContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MachineLearning.Models.BlobReferenceSasResult>
override this.GetBlobReferenceSasRegistryDataReference : string * string * Azure.ResourceManager.MachineLearning.Models.BlobReferenceSasContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MachineLearning.Models.BlobReferenceSasResult>
Public Overridable Function GetBlobReferenceSasRegistryDataReference (name As String, version As String, content As BlobReferenceSasContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of BlobReferenceSasResult)
Parameters
- name
- String
Data reference name.
- version
- String
Version identifier.
- content
- BlobReferenceSasContent
Asset id and blob uri.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
name
or version
is an empty string, and was expected to be non-empty.
name
, version
or content
is null.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET