Uses of Class
com.azure.resourcemanager.appplatform.models.ResourceUploadDefinition
Packages that use ResourceUploadDefinition
Package
Description
Package containing the service clients for AppPlatformManagementClient.
Package containing the data models for AppPlatformManagementClient.
-
Uses of ResourceUploadDefinition in com.azure.resourcemanager.appplatform.fluent
Methods in com.azure.resourcemanager.appplatform.fluent that return ResourceUploadDefinitionModifier and TypeMethodDescriptionAppsClient.getResourceUploadUrl(String resourceGroupName, String serviceName, String appName) Get an resource upload URL for an App, which may be artifacts or source archive.BuildServicesClient.getResourceUploadUrl(String resourceGroupName, String serviceName, String buildServiceName) Get an resource upload URL for build service, which may be artifacts or source archive.Methods in com.azure.resourcemanager.appplatform.fluent that return types with arguments of type ResourceUploadDefinitionModifier and TypeMethodDescriptionAppsClient.getResourceUploadUrlAsync(String resourceGroupName, String serviceName, String appName) Get an resource upload URL for an App, which may be artifacts or source archive.BuildServicesClient.getResourceUploadUrlAsync(String resourceGroupName, String serviceName, String buildServiceName) Get an resource upload URL for build service, which may be artifacts or source archive.com.azure.core.http.rest.Response<ResourceUploadDefinition> AppsClient.getResourceUploadUrlWithResponse(String resourceGroupName, String serviceName, String appName, com.azure.core.util.Context context) Get an resource upload URL for an App, which may be artifacts or source archive.com.azure.core.http.rest.Response<ResourceUploadDefinition> BuildServicesClient.getResourceUploadUrlWithResponse(String resourceGroupName, String serviceName, String buildServiceName, com.azure.core.util.Context context) Get an resource upload URL for build service, which may be artifacts or source archive.Mono<com.azure.core.http.rest.Response<ResourceUploadDefinition>> AppsClient.getResourceUploadUrlWithResponseAsync(String resourceGroupName, String serviceName, String appName) Get an resource upload URL for an App, which may be artifacts or source archive.Mono<com.azure.core.http.rest.Response<ResourceUploadDefinition>> BuildServicesClient.getResourceUploadUrlWithResponseAsync(String resourceGroupName, String serviceName, String buildServiceName) Get an resource upload URL for build service, which may be artifacts or source archive. -
Uses of ResourceUploadDefinition in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return ResourceUploadDefinitionModifier and TypeMethodDescriptionstatic ResourceUploadDefinitionResourceUploadDefinition.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ResourceUploadDefinition from the JsonReader.SpringApp.getResourceUploadUrl()Gets the blob url to upload deploymentResourceUploadDefinition.withRelativePath(String relativePath) Set the relativePath property: Source relative path.ResourceUploadDefinition.withUploadUrl(String uploadUrl) Set the uploadUrl property: Upload URL.Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type ResourceUploadDefinitionModifier and TypeMethodDescriptionSpringApp.getResourceUploadUrlAsync()Gets the blob url to upload deployment