Interface ProtectionContainerResource.DefinitionStages.WithProperties
-
- All Known Subinterfaces:
ProtectionContainerResource.Definition
,ProtectionContainerResource.DefinitionStages.WithCreate
- Enclosing interface:
- ProtectionContainerResource.DefinitionStages
public static interface ProtectionContainerResource.DefinitionStages.WithProperties
The stage of the ProtectionContainerResource definition allowing to specify properties.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProtectionContainerResource.DefinitionStages.WithCreate
withProperties(ProtectionContainer properties)
Specifies the properties property: ProtectionContainerResource properties.
-
-
-
Method Detail
-
withProperties
ProtectionContainerResource.DefinitionStages.WithCreate withProperties(ProtectionContainer properties)
Specifies the properties property: ProtectionContainerResource properties.- Parameters:
properties
- ProtectionContainerResource properties.- Returns:
- the next definition stage.
-
-