Microsoft.Azure.Management.Network.Fluent.NetworkSecurityGroup.Definition Namespace

Interfaces

IBlank

The first stage of the definition.

IDefinition

The entirety of the network security group definition.

IWithCreate

The stage of the definition which contains all the minimum required inputs for the resource to be created (via WithCreate.create()), but also allows for any other optional settings to be specified.

IWithGroup

The stage allowing to specify the resource group.

IWithRule

The stage allowing to define a new security rule. When the security rule description is complete enough, use Attachable.attach() to attach it to this network security group.