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 © 2020 Microsoft Corporation. All rights reserved.