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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java