GenerateUploadUriResponseInner Class

  • java.lang.Object
    • com.azure.resourcemanager.devtestlabs.fluent.models.GenerateUploadUriResponseInner

public final class GenerateUploadUriResponseInner

Response body for generating an upload URI.

Constructor Summary

Constructor Description
GenerateUploadUriResponseInner()

Creates an instance of GenerateUploadUriResponseInner class.

Method Summary

Modifier and Type Method and Description
String uploadUri()

Get the uploadUri property: The upload URI for the VHD.

void validate()

Validates the instance.

GenerateUploadUriResponseInner withUploadUri(String uploadUri)

Set the uploadUri property: The upload URI for the VHD.

Methods inherited from java.lang.Object

Constructor Details

GenerateUploadUriResponseInner

public GenerateUploadUriResponseInner()

Creates an instance of GenerateUploadUriResponseInner class.

Method Details

uploadUri

public String uploadUri()

Get the uploadUri property: The upload URI for the VHD.

Returns:

the uploadUri value.

validate

public void validate()

Validates the instance.

withUploadUri

public GenerateUploadUriResponseInner withUploadUri(String uploadUri)

Set the uploadUri property: The upload URI for the VHD.

Parameters:

uploadUri - the uploadUri value to set.

Returns:

the GenerateUploadUriResponseInner object itself.

Applies to

Azure SDK for Java

Preview