Interface NetworkSecurityRule.DefinitionStages.WithDescription<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
NetworkSecurityRule.Definition<ParentT>,NetworkSecurityRule.DefinitionStages.WithAttach<ParentT>
- Enclosing interface:
- NetworkSecurityRule.DefinitionStages
public static interface NetworkSecurityRule.DefinitionStages.WithDescription<ParentT>The stage of the network rule definition allowing the description to be specified.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NetworkSecurityRule.DefinitionStages.WithAttach<ParentT>withDescription(String description)Specifies a description for this security rule.
-
-
-
Method Detail
-
withDescription
NetworkSecurityRule.DefinitionStages.WithAttach<ParentT> withDescription(String description)
Specifies a description for this security rule.- Parameters:
description- the text description to associate with this security rule- Returns:
- the next stage
-
-