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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java