SecurityGroupView Interface
Implements
HasParent<NetworkWatcher>
HasInnerModel<SecurityGroupViewResultInner>
Refreshable<SecurityGroupView>
public interface SecurityGroupView
extends HasInnerModel<SecurityGroupViewResultInner>, HasParent<NetworkWatcher>, Refreshable<SecurityGroupView>
The information about security rules applied to the specified VM..
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Map<String,Security |
networkInterfaces() |
abstract String | vmId() |
Method Details
networkInterfaces
public abstract Map
Returns:
network interfaces on the specified VM
vmId
public abstract String vmId()
Returns:
virtual machine id
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java