NetworkSecurityRule.DefinitionStages.WithDescription<ParentT> Interface

Type Parameters

ParentT

the stage of the parent definition to return to after attaching this definition

public static interface NetworkSecurityRule.DefinitionStages.WithDescription

The stage of the network rule definition allowing the description to be specified.

Method Summary

Modifier and Type Method and Description
abstract WithAttach<ParentT> withDescription(String description)

Specifies a description for this security rule.

Method Details

withDescription

public abstract NetworkSecurityRule.DefinitionStages.WithAttach 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

Applies to