public class TargetRegion extends Object
| Constructor and Description |
|---|
TargetRegion() |
| Modifier and Type | Method and Description |
|---|---|
String |
name()
Get the name of the region.
|
Integer |
regionalReplicaCount()
Get the number of replicas of the Image Version to be created per region.
|
TargetRegion |
withName(String name)
Set the name of the region.
|
TargetRegion |
withRegionalReplicaCount(Integer regionalReplicaCount)
Set the number of replicas of the Image Version to be created per region.
|
public String name()
public TargetRegion withName(String name)
name - the name value to setpublic Integer regionalReplicaCount()
public TargetRegion withRegionalReplicaCount(Integer regionalReplicaCount)
regionalReplicaCount - the regionalReplicaCount 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.
*/