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
Modifier and TypeMethodDescriptionwithDescription(String description) Specifies a description for this security rule.
-
Method Details
-
withDescription
Specifies a description for this security rule.- Parameters:
description- the text description to associate with this security rule- Returns:
- the next stage
-