Uses of Class
com.azure.resourcemanager.appplatform.models.ResourceUploadDefinition
-
Packages that use ResourceUploadDefinition Package Description com.azure.resourcemanager.appplatform.fluent Package containing the service clients for AppPlatformManagementClient.com.azure.resourcemanager.appplatform.models 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 ResourceUploadDefinition Modifier and Type Method Description ResourceUploadDefinitionAppsClient. getResourceUploadUrl(String resourceGroupName, String serviceName, String appName)Get an resource upload URL for an App, which may be artifacts or source archive.Methods in com.azure.resourcemanager.appplatform.fluent that return types with arguments of type ResourceUploadDefinition Modifier and Type Method Description Mono<ResourceUploadDefinition>AppsClient. getResourceUploadUrlAsync(String resourceGroupName, String serviceName, String appName)Get an resource upload URL for an App, 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.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. -
Uses of ResourceUploadDefinition in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return ResourceUploadDefinition Modifier and Type Method Description ResourceUploadDefinitionSpringApp. getResourceUploadUrl()ResourceUploadDefinitionResourceUploadDefinition. withRelativePath(String relativePath)Set the relativePath property: Source relative path.ResourceUploadDefinitionResourceUploadDefinition. withUploadUrl(String uploadUrl)Set the uploadUrl property: Upload URL.Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type ResourceUploadDefinition Modifier and Type Method Description Mono<ResourceUploadDefinition>SpringApp. getResourceUploadUrlAsync()
-