Compartilhar via


GenerateUploadUriParameter Class

  • java.lang.Object
    • com.azure.resourcemanager.devtestlabs.models.GenerateUploadUriParameter

public final class GenerateUploadUriParameter

Properties for generating an upload URI.

Constructor Summary

Constructor Description
GenerateUploadUriParameter()

Creates an instance of GenerateUploadUriParameter class.

Method Summary

Modifier and Type Method and Description
String blobName()

Get the blobName property: The blob name of the upload URI.

void validate()

Validates the instance.

GenerateUploadUriParameter withBlobName(String blobName)

Set the blobName property: The blob name of the upload URI.

Methods inherited from java.lang.Object

Constructor Details

GenerateUploadUriParameter

public GenerateUploadUriParameter()

Creates an instance of GenerateUploadUriParameter class.

Method Details

blobName

public String blobName()

Get the blobName property: The blob name of the upload URI.

Returns:

the blobName value.

validate

public void validate()

Validates the instance.

withBlobName

public GenerateUploadUriParameter withBlobName(String blobName)

Set the blobName property: The blob name of the upload URI.

Parameters:

blobName - the blobName value to set.

Returns:

the GenerateUploadUriParameter object itself.

Applies to