Class SecurityGroupViewParameters
java.lang.Object
com.microsoft.azure.management.network.SecurityGroupViewParameters
Parameters that define the VM to check security groups for.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionGet iD of the target VM.withTargetResourceId(String targetResourceId) Set iD of the target VM. 
- 
Constructor Details
- 
SecurityGroupViewParameters
public SecurityGroupViewParameters() 
 - 
 - 
Method Details
- 
targetResourceId
Get iD of the target VM.- Returns:
 - the targetResourceId value
 
 - 
withTargetResourceId
Set iD of the target VM.- Parameters:
 targetResourceId- the targetResourceId value to set- Returns:
 - the SecurityGroupViewParameters object itself.
 
 
 -