NetworkSecurityGroup Interface
Implements
HasAssociatedSubnets
UpdatableWithTags<NetworkSecurityGroup>
GroupableResource<NetworkManager,NetworkSecurityGroupInner>
Refreshable<NetworkSecurityGroup>
Updatable<Update>
public interface NetworkSecurityGroup
extends GroupableResource<NetworkManager,NetworkSecurityGroupInner>, Refreshable<NetworkSecurityGroup>, Updatable<Update>, UpdatableWithTags<NetworkSecurityGroup>, HasAssociatedSubnets
Network security group.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Map<String,Network |
defaultSecurityRules() |
abstract Set<String> | networkInterfaceIds() |
abstract
Map<String,Network |
securityRules() |
Method Details
defaultSecurityRules
public abstract Map
Returns:
default security rules associated with this network security group, indexed by their name
networkInterfaceIds
public abstract Set
Returns:
the IDs of the network interfaces associated with this network security group
securityRules
public abstract Map
Returns:
security rules associated with this network security group, indexed by their names
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java