Share via


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 an 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

InboundSecurityRuleCollection()

Initializes a new instance of the InboundSecurityRuleCollection class for mocking.

Properties

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

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: InboundSecurityRule_CreateOrUpdate
  • Default Api Version: 2024-03-01
  • Resource: InboundSecurityRuleResource
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: InboundSecurityRule_CreateOrUpdate
  • Default Api Version: 2024-03-01
  • Resource: InboundSecurityRuleResource
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: InboundSecurityRule_Get
  • Default Api Version: 2024-03-01
  • Resource: InboundSecurityRuleResource
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: InboundSecurityRule_Get
  • Default Api Version: 2024-03-01
  • Resource: InboundSecurityRuleResource
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: InboundSecurityRule_Get
  • Default Api Version: 2024-03-01
  • Resource: InboundSecurityRuleResource
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: InboundSecurityRule_Get
  • Default Api Version: 2024-03-01
  • Resource: InboundSecurityRuleResource
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: InboundSecurityRule_Get
  • Default Api Version: 2024-03-01
  • Resource: InboundSecurityRuleResource
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: InboundSecurityRule_Get
  • Default Api Version: 2024-03-01
  • Resource: InboundSecurityRuleResource
TryGetApiVersion(ResourceType, String)

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

(Inherited from ArmCollection)

Applies to