NetworkSecurityRule.DefinitionStages.WithDescription<ParentT> Interface

Type Parameters

ParentT

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

public interface WithDescription

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

Method Summary

Modifier and Type Method and Description
NetworkSecurityRule.DefinitionStages.WithAttach<ParentT> withDescription(String description)

Specifies a description for this security rule.

Method Details

withDescription

public 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