| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent |
Package containing the service clients for NetworkManagementClient.
|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkSecurityGroupInner |
NetworkSecurityGroupsClient.createOrUpdate(String resourceGroupName,
String networkSecurityGroupName,
NetworkSecurityGroupInner parameters)
Creates or updates a network security group in the specified resource group.
|
NetworkSecurityGroupInner |
NetworkSecurityGroupsClient.createOrUpdate(String resourceGroupName,
String networkSecurityGroupName,
NetworkSecurityGroupInner parameters,
com.azure.core.util.Context context)
Creates or updates a network security group in the specified resource group.
|
NetworkSecurityGroupInner |
NetworkSecurityGroupsClient.getByResourceGroup(String resourceGroupName,
String networkSecurityGroupName)
Gets the specified network security group.
|
NetworkSecurityGroupInner |
NetworkSecurityGroupsClient.updateTags(String resourceGroupName,
String networkSecurityGroupName)
Updates a network security group tags.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NetworkSecurityGroupInner>,NetworkSecurityGroupInner> |
NetworkSecurityGroupsClient.beginCreateOrUpdate(String resourceGroupName,
String networkSecurityGroupName,
NetworkSecurityGroupInner parameters)
Creates or updates a network security group in the specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NetworkSecurityGroupInner>,NetworkSecurityGroupInner> |
NetworkSecurityGroupsClient.beginCreateOrUpdate(String resourceGroupName,
String networkSecurityGroupName,
NetworkSecurityGroupInner parameters,
com.azure.core.util.Context context)
Creates or updates a network security group in the specified resource group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<NetworkSecurityGroupInner>,NetworkSecurityGroupInner> |
NetworkSecurityGroupsClient.beginCreateOrUpdateAsync(String resourceGroupName,
String networkSecurityGroupName,
NetworkSecurityGroupInner parameters)
Creates or updates a network security group in the specified resource group.
|
NetworkSecurityGroupInner |
NetworkSecurityGroupsClient.createOrUpdate(String resourceGroupName,
String networkSecurityGroupName,
NetworkSecurityGroupInner parameters)
Creates or updates a network security group in the specified resource group.
|
NetworkSecurityGroupInner |
NetworkSecurityGroupsClient.createOrUpdate(String resourceGroupName,
String networkSecurityGroupName,
NetworkSecurityGroupInner parameters,
com.azure.core.util.Context context)
Creates or updates a network security group in the specified resource group.
|
Mono<NetworkSecurityGroupInner> |
NetworkSecurityGroupsClient.createOrUpdateAsync(String resourceGroupName,
String networkSecurityGroupName,
NetworkSecurityGroupInner parameters)
Creates or updates a network security group in the specified resource group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
NetworkSecurityGroupsClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String networkSecurityGroupName,
NetworkSecurityGroupInner parameters)
Creates or updates a network security group in the specified resource group.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkSecurityGroupInner |
NetworkInterfaceInner.networkSecurityGroup()
Get the networkSecurityGroup property: The reference to the NetworkSecurityGroup resource.
|
NetworkSecurityGroupInner |
SubnetInner.networkSecurityGroup()
Get the networkSecurityGroup property: The reference to the NetworkSecurityGroup resource.
|
NetworkSecurityGroupInner |
NetworkSecurityGroupInner.withId(String id)
Set the id property: Resource ID.
|
NetworkSecurityGroupInner |
NetworkSecurityGroupInner.withLocation(String location) |
NetworkSecurityGroupInner |
NetworkSecurityGroupInner.withSecurityRules(List<SecurityRuleInner> securityRules)
Set the securityRules property: A collection of security rules of the network security group.
|
NetworkSecurityGroupInner |
NetworkSecurityGroupInner.withTags(Map<String,String> tags) |
| Modifier and Type | Method and Description |
|---|---|
NetworkInterfaceInner |
NetworkInterfaceInner.withNetworkSecurityGroup(NetworkSecurityGroupInner networkSecurityGroup)
Set the networkSecurityGroup property: The reference to the NetworkSecurityGroup resource.
|
SubnetInner |
SubnetInner.withNetworkSecurityGroup(NetworkSecurityGroupInner networkSecurityGroup)
Set the networkSecurityGroup property: The reference to the NetworkSecurityGroup resource.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.