GenerateUploadUriParameter Class
- java.
lang. Object - com.
azure. resourcemanager. devtestlabs. models. GenerateUploadUriParameter
- com.
public final class GenerateUploadUriParameter
Properties for generating an upload URI.
Constructor Summary
| Constructor | Description |
|---|---|
| GenerateUploadUriParameter() |
Creates an instance of Generate |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
blobName()
Get the blob |
| void |
validate()
Validates the instance. |
|
Generate |
withBlobName(String blobName)
Set the blob |
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:
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:
Returns: