InboundSecurityRuleOperationsOperations interface
Interface representando uma operação InboundSecurityRuleOperations.
Propriedades
| begin |
|
| begin |
|
| create |
Cria ou atualiza as Regras de Segurança de Entrada do Dispositivo Virtual de Rede especificadas. |
| get | Recupera a Coleção de Regras de Segurança de Entrada do Dispositivo Virtual de Rede especificada disponível. |
Detalhes de Propriedade
beginCreateOrUpdate
Aviso
Esta API foi preterida.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, networkVirtualApplianceName: string, ruleCollectionName: string, parameters: InboundSecurityRule, options?: InboundSecurityRuleOperationsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<InboundSecurityRule>, InboundSecurityRule>>
Valor de Propriedade
(resourceGroupName: string, networkVirtualApplianceName: string, ruleCollectionName: string, parameters: InboundSecurityRule, options?: InboundSecurityRuleOperationsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<InboundSecurityRule>, InboundSecurityRule>>
beginCreateOrUpdateAndWait
Aviso
Esta API foi preterida.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, networkVirtualApplianceName: string, ruleCollectionName: string, parameters: InboundSecurityRule, options?: InboundSecurityRuleOperationsCreateOrUpdateOptionalParams) => Promise<InboundSecurityRule>
Valor de Propriedade
(resourceGroupName: string, networkVirtualApplianceName: string, ruleCollectionName: string, parameters: InboundSecurityRule, options?: InboundSecurityRuleOperationsCreateOrUpdateOptionalParams) => Promise<InboundSecurityRule>
createOrUpdate
Cria ou atualiza as Regras de Segurança de Entrada do Dispositivo Virtual de Rede especificadas.
createOrUpdate: (resourceGroupName: string, networkVirtualApplianceName: string, ruleCollectionName: string, parameters: InboundSecurityRule, options?: InboundSecurityRuleOperationsCreateOrUpdateOptionalParams) => PollerLike<OperationState<InboundSecurityRule>, InboundSecurityRule>
Valor de Propriedade
(resourceGroupName: string, networkVirtualApplianceName: string, ruleCollectionName: string, parameters: InboundSecurityRule, options?: InboundSecurityRuleOperationsCreateOrUpdateOptionalParams) => PollerLike<OperationState<InboundSecurityRule>, InboundSecurityRule>
get
Recupera a Coleção de Regras de Segurança de Entrada do Dispositivo Virtual de Rede especificada disponível.
get: (resourceGroupName: string, networkVirtualApplianceName: string, ruleCollectionName: string, options?: InboundSecurityRuleOperationsGetOptionalParams) => Promise<InboundSecurityRule>
Valor de Propriedade
(resourceGroupName: string, networkVirtualApplianceName: string, ruleCollectionName: string, options?: InboundSecurityRuleOperationsGetOptionalParams) => Promise<InboundSecurityRule>