다음을 통해 공유


InboundSecurityRuleOperations interface

InboundSecurityRuleOperations를 나타내는 인터페이스입니다.

메서드

beginCreateOrUpdate(string, string, string, InboundSecurityRule, InboundSecurityRuleCreateOrUpdateOptionalParams)

지정된 네트워크 가상 어플라이언스 인바운드 보안 규칙을 만들거나 업데이트합니다.

beginCreateOrUpdateAndWait(string, string, string, InboundSecurityRule, InboundSecurityRuleCreateOrUpdateOptionalParams)

지정된 네트워크 가상 어플라이언스 인바운드 보안 규칙을 만들거나 업데이트합니다.

get(string, string, string, InboundSecurityRuleGetOptionalParams)

사용 가능한 지정된 네트워크 가상 어플라이언스 인바운드 보안 규칙 컬렉션을 검색합니다.

메서드 세부 정보

beginCreateOrUpdate(string, string, string, InboundSecurityRule, InboundSecurityRuleCreateOrUpdateOptionalParams)

지정된 네트워크 가상 어플라이언스 인바운드 보안 규칙을 만들거나 업데이트합니다.

function beginCreateOrUpdate(resourceGroupName: string, networkVirtualApplianceName: string, ruleCollectionName: string, parameters: InboundSecurityRule, options?: InboundSecurityRuleCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<InboundSecurityRule>, InboundSecurityRule>>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다.

networkVirtualApplianceName

string

네트워크 가상 어플라이언스의 이름입니다.

ruleCollectionName

string

보안 규칙 컬렉션의 이름입니다.

parameters
InboundSecurityRule

네트워크 가상 어플라이언스 인바운드 보안 규칙 만들기 또는 업데이트 작업에 제공된 매개 변수입니다.

options
InboundSecurityRuleCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

Promise<@azure/core-lro.SimplePollerLike<OperationState<InboundSecurityRule>, InboundSecurityRule>>

beginCreateOrUpdateAndWait(string, string, string, InboundSecurityRule, InboundSecurityRuleCreateOrUpdateOptionalParams)

지정된 네트워크 가상 어플라이언스 인바운드 보안 규칙을 만들거나 업데이트합니다.

function beginCreateOrUpdateAndWait(resourceGroupName: string, networkVirtualApplianceName: string, ruleCollectionName: string, parameters: InboundSecurityRule, options?: InboundSecurityRuleCreateOrUpdateOptionalParams): Promise<InboundSecurityRule>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다.

networkVirtualApplianceName

string

네트워크 가상 어플라이언스의 이름입니다.

ruleCollectionName

string

보안 규칙 컬렉션의 이름입니다.

parameters
InboundSecurityRule

네트워크 가상 어플라이언스 인바운드 보안 규칙 만들기 또는 업데이트 작업에 제공된 매개 변수입니다.

options
InboundSecurityRuleCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

get(string, string, string, InboundSecurityRuleGetOptionalParams)

사용 가능한 지정된 네트워크 가상 어플라이언스 인바운드 보안 규칙 컬렉션을 검색합니다.

function get(resourceGroupName: string, networkVirtualApplianceName: string, ruleCollectionName: string, options?: InboundSecurityRuleGetOptionalParams): Promise<InboundSecurityRule>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다.

networkVirtualApplianceName

string

네트워크 가상 어플라이언스의 이름입니다.

ruleCollectionName

string

보안 규칙 컬렉션의 이름입니다.

options
InboundSecurityRuleGetOptionalParams

옵션 매개 변수입니다.

반환