Interface NamespaceResource.DefinitionStages.WithSku
-
- All Known Subinterfaces:
NamespaceResource.Definition
,NamespaceResource.DefinitionStages.WithCreate
- Enclosing interface:
- NamespaceResource.DefinitionStages
public static interface NamespaceResource.DefinitionStages.WithSku
The stage of the NamespaceResource definition allowing to specify sku.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NamespaceResource.DefinitionStages.WithCreate
withSku(Sku sku)
Specifies the sku property: The sku of the created namespace.
-
-
-
Method Detail
-
withSku
NamespaceResource.DefinitionStages.WithCreate withSku(Sku sku)
Specifies the sku property: The sku of the created namespace.- Parameters:
sku
- The sku of the created namespace.- Returns:
- the next definition stage.
-
-