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()
Gets network interfaces on the specified VM. |
abstract String |
vmId()
Gets virtual machine id. |
Method Details
networkInterfaces
public abstract Map
Gets network interfaces on the specified VM.
Returns:
network interfaces on the specified VM
vmId
public abstract String vmId()
Gets virtual machine id.
Returns:
virtual machine id
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Java