Package | Description |
---|---|
com.microsoft.azure.management.containerregistry |
This package contains the classes for ContainerRegistryManagementClient.
|
Modifier and Type | Method and Description |
---|---|
SourceUploadDefinition |
Registry.getBuildSourceUploadUrl() |
SourceUploadDefinition |
Registries.getBuildSourceUploadUrl(String rgName,
String acrName)
The function that gets the URL of the build source upload.
|
Modifier and Type | Method and Description |
---|---|
rx.Observable<SourceUploadDefinition> |
Registry.getBuildSourceUploadUrlAsync()
Gets the upload location for the user to be able to upload the source asynchronously.
|
rx.Observable<SourceUploadDefinition> |
Registries.getBuildSourceUploadUrlAsync(String rgName,
String acrName)
The function that gets the URL of the build source upload ashnchronously.
|
Copyright © 2019. All rights reserved.