InboundSecurityRuleOperationsOperations interface
Az interfész egy InboundSecurityRuleOperations műveleteket reprezentál.
Tulajdonságok
| begin |
|
| begin |
|
| create |
Létrehozza vagy frissíti a megadott hálózati virtuális berendezés bejövő biztonsági szabályait. |
| get | Lekéri az elérhető megadott hálózati virtuális berendezés bejövő biztonsági szabályok gyűjteményét. |
Tulajdonság adatai
beginCreateOrUpdate
Figyelmeztetés
Ez az API már elavult.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, networkVirtualApplianceName: string, ruleCollectionName: string, parameters: InboundSecurityRule, options?: InboundSecurityRuleOperationsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<InboundSecurityRule>, InboundSecurityRule>>
Tulajdonság értéke
(resourceGroupName: string, networkVirtualApplianceName: string, ruleCollectionName: string, parameters: InboundSecurityRule, options?: InboundSecurityRuleOperationsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<InboundSecurityRule>, InboundSecurityRule>>
beginCreateOrUpdateAndWait
Figyelmeztetés
Ez az API már elavult.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, networkVirtualApplianceName: string, ruleCollectionName: string, parameters: InboundSecurityRule, options?: InboundSecurityRuleOperationsCreateOrUpdateOptionalParams) => Promise<InboundSecurityRule>
Tulajdonság értéke
(resourceGroupName: string, networkVirtualApplianceName: string, ruleCollectionName: string, parameters: InboundSecurityRule, options?: InboundSecurityRuleOperationsCreateOrUpdateOptionalParams) => Promise<InboundSecurityRule>
createOrUpdate
Létrehozza vagy frissíti a megadott hálózati virtuális berendezés bejövő biztonsági szabályait.
createOrUpdate: (resourceGroupName: string, networkVirtualApplianceName: string, ruleCollectionName: string, parameters: InboundSecurityRule, options?: InboundSecurityRuleOperationsCreateOrUpdateOptionalParams) => PollerLike<OperationState<InboundSecurityRule>, InboundSecurityRule>
Tulajdonság értéke
(resourceGroupName: string, networkVirtualApplianceName: string, ruleCollectionName: string, parameters: InboundSecurityRule, options?: InboundSecurityRuleOperationsCreateOrUpdateOptionalParams) => PollerLike<OperationState<InboundSecurityRule>, InboundSecurityRule>
get
Lekéri az elérhető megadott hálózati virtuális berendezés bejövő biztonsági szabályok gyűjteményét.
get: (resourceGroupName: string, networkVirtualApplianceName: string, ruleCollectionName: string, options?: InboundSecurityRuleOperationsGetOptionalParams) => Promise<InboundSecurityRule>
Tulajdonság értéke
(resourceGroupName: string, networkVirtualApplianceName: string, ruleCollectionName: string, options?: InboundSecurityRuleOperationsGetOptionalParams) => Promise<InboundSecurityRule>