public class Destination extends Object
| Constructor and Description |
|---|
Destination() |
| Modifier and Type | Method and Description |
|---|---|
String |
archiveNameFormat()
Get the archiveNameFormat value.
|
String |
blobContainer()
Get the blobContainer value.
|
String |
name()
Get the name value.
|
String |
storageAccountResourceId()
Get the storageAccountResourceId value.
|
Destination |
withArchiveNameFormat(String archiveNameFormat)
Set the archiveNameFormat value.
|
Destination |
withBlobContainer(String blobContainer)
Set the blobContainer value.
|
Destination |
withName(String name)
Set the name value.
|
Destination |
withStorageAccountResourceId(String storageAccountResourceId)
Set the storageAccountResourceId value.
|
public String name()
public Destination withName(String name)
name - the name value to setpublic String storageAccountResourceId()
public Destination withStorageAccountResourceId(String storageAccountResourceId)
storageAccountResourceId - the storageAccountResourceId value to setpublic String blobContainer()
public Destination withBlobContainer(String blobContainer)
blobContainer - the blobContainer value to setpublic String archiveNameFormat()
public Destination withArchiveNameFormat(String archiveNameFormat)
archiveNameFormat - the archiveNameFormat value to set /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/