public static interface Replication.DefinitionStages
| Modifier and Type | Interface | Description |
|---|---|---|
static interface |
Replication.DefinitionStages.Blank |
The first stage of a Replication definition.
|
static interface |
Replication.DefinitionStages.WithCreate |
The stage of the definition which contains all the minimum required inputs for
the resource to be created (via
Creatable.create()), but also allows
for any other optional settings to be specified. |
static interface |
Replication.DefinitionStages.WithLocation |
The stage of the replication definition allowing to specify Location.
|
static interface |
Replication.DefinitionStages.WithRegistry |
The stage of the replication definition allowing to specify Registry.
|
static interface |
Replication.DefinitionStages.WithTags |
The stage of the replication definition allowing to specify Tags.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/