@Beta(value=V1_15_0)
public static interface Gallery.DefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Gallery.DefinitionStages.Blank
The first stage of a gallery definition.
|
static interface |
Gallery.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 |
Gallery.DefinitionStages.WithDescription
The stage of the gallery definition allowing to specify description.
|
static interface |
Gallery.DefinitionStages.WithGroup
The stage of the gallery definition allowing to specify the resource group.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/