InboundSecurityRuleCollection Class

Definition

A class representing a collection of InboundSecurityRuleResource and their operations. Each InboundSecurityRuleResource in the collection will belong to the same instance of NetworkVirtualApplianceResource. To get a InboundSecurityRuleCollection instance call the GetInboundSecurityRules method from an instance of NetworkVirtualApplianceResource.

public class InboundSecurityRuleCollection : Azure.ResourceManager.ArmCollection
type InboundSecurityRuleCollection = class
    inherit ArmCollection
Public Class InboundSecurityRuleCollection
Inherits ArmCollection
Inheritance
InboundSecurityRuleCollection

Constructors

Name Description
InboundSecurityRuleCollection()

Initializes a new instance of InboundSecurityRuleCollection for mocking.

Properties

Name Description
Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

Name Description
CreateOrUpdate(WaitUntil, String, InboundSecurityRuleData, CancellationToken)

Creates or updates the specified Network Virtual Appliance Inbound Security Rules.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkVirtualAppliances/{networkVirtualApplianceName}/inboundSecurityRules/{ruleCollectionName}.
  • Operation Id. : InboundSecurityRuleOperationGroup_CreateOrUpdate.
  • Default Api Version. : 2025-07-01.
CreateOrUpdateAsync(WaitUntil, String, InboundSecurityRuleData, CancellationToken)

Creates or updates the specified Network Virtual Appliance Inbound Security Rules.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkVirtualAppliances/{networkVirtualApplianceName}/inboundSecurityRules/{ruleCollectionName}.
  • Operation Id. : InboundSecurityRuleOperationGroup_CreateOrUpdate.
  • Default Api Version. : 2025-07-01.
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkVirtualAppliances/{networkVirtualApplianceName}/inboundSecurityRules/{ruleCollectionName}.
  • Operation Id. : InboundSecurityRuleOperationGroup_Get.
  • Default Api Version. : 2025-07-01.
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkVirtualAppliances/{networkVirtualApplianceName}/inboundSecurityRules/{ruleCollectionName}.
  • Operation Id. : InboundSecurityRuleOperationGroup_Get.
  • Default Api Version. : 2025-07-01.
Get(String, CancellationToken)

Retrieves the available specified Network Virtual Appliance Inbound Security Rules Collection.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkVirtualAppliances/{networkVirtualApplianceName}/inboundSecurityRules/{ruleCollectionName}.
  • Operation Id. : InboundSecurityRuleOperationGroup_Get.
  • Default Api Version. : 2025-07-01.
GetAsync(String, CancellationToken)

Retrieves the available specified Network Virtual Appliance Inbound Security Rules Collection.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkVirtualAppliances/{networkVirtualApplianceName}/inboundSecurityRules/{ruleCollectionName}.
  • Operation Id. : InboundSecurityRuleOperationGroup_Get.
  • Default Api Version. : 2025-07-01.
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkVirtualAppliances/{networkVirtualApplianceName}/inboundSecurityRules/{ruleCollectionName}.
  • Operation Id. : InboundSecurityRuleOperationGroup_Get.
  • Default Api Version. : 2025-07-01.
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkVirtualAppliances/{networkVirtualApplianceName}/inboundSecurityRules/{ruleCollectionName}.
  • Operation Id. : InboundSecurityRuleOperationGroup_Get.
  • Default Api Version. : 2025-07-01.
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Applies to