InboundSecurityRuleOperationsOperations interface
Interface representing a InboundSecurityRuleOperations operations.
Properties
| begin |
|
| begin |
|
| create |
Creates or updates the specified Network Virtual Appliance Inbound Security Rules. |
| get | Retrieves the available specified Network Virtual Appliance Inbound Security Rules Collection. |
Property Details
beginCreateOrUpdate
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, networkVirtualApplianceName: string, ruleCollectionName: string, parameters: InboundSecurityRule, options?: InboundSecurityRuleOperationsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<InboundSecurityRule>, InboundSecurityRule>>
Property Value
(resourceGroupName: string, networkVirtualApplianceName: string, ruleCollectionName: string, parameters: InboundSecurityRule, options?: InboundSecurityRuleOperationsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<InboundSecurityRule>, InboundSecurityRule>>
beginCreateOrUpdateAndWait
Warning
This API is now deprecated.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, networkVirtualApplianceName: string, ruleCollectionName: string, parameters: InboundSecurityRule, options?: InboundSecurityRuleOperationsCreateOrUpdateOptionalParams) => Promise<InboundSecurityRule>
Property Value
(resourceGroupName: string, networkVirtualApplianceName: string, ruleCollectionName: string, parameters: InboundSecurityRule, options?: InboundSecurityRuleOperationsCreateOrUpdateOptionalParams) => Promise<InboundSecurityRule>
createOrUpdate
Creates or updates the specified Network Virtual Appliance Inbound Security Rules.
createOrUpdate: (resourceGroupName: string, networkVirtualApplianceName: string, ruleCollectionName: string, parameters: InboundSecurityRule, options?: InboundSecurityRuleOperationsCreateOrUpdateOptionalParams) => PollerLike<OperationState<InboundSecurityRule>, InboundSecurityRule>
Property Value
(resourceGroupName: string, networkVirtualApplianceName: string, ruleCollectionName: string, parameters: InboundSecurityRule, options?: InboundSecurityRuleOperationsCreateOrUpdateOptionalParams) => PollerLike<OperationState<InboundSecurityRule>, InboundSecurityRule>
get
Retrieves the available specified Network Virtual Appliance Inbound Security Rules Collection.
get: (resourceGroupName: string, networkVirtualApplianceName: string, ruleCollectionName: string, options?: InboundSecurityRuleOperationsGetOptionalParams) => Promise<InboundSecurityRule>
Property Value
(resourceGroupName: string, networkVirtualApplianceName: string, ruleCollectionName: string, options?: InboundSecurityRuleOperationsGetOptionalParams) => Promise<InboundSecurityRule>