Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DefaultSecurityRules

Package version

Class representing a DefaultSecurityRules.

Hierarchy

  • DefaultSecurityRules

Index

Constructors

Methods

Constructors

constructor

Methods

get

  • get(resourceGroupName: string, networkSecurityGroupName: string, defaultSecurityRuleName: string, options?: msRest.RequestOptionsBase): Promise<Models.DefaultSecurityRulesGetResponse>
  • get(resourceGroupName: string, networkSecurityGroupName: string, defaultSecurityRuleName: string, callback: msRest.ServiceCallback<SecurityRule>): void
  • get(resourceGroupName: string, networkSecurityGroupName: string, defaultSecurityRuleName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<SecurityRule>): void
  • Get the specified default network security rule.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • networkSecurityGroupName: string

      The name of the network security group.

    • defaultSecurityRuleName: string

      The name of the default security rule.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.DefaultSecurityRulesGetResponse>

    Promise<Models.DefaultSecurityRulesGetResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • networkSecurityGroupName: string

      The name of the network security group.

    • defaultSecurityRuleName: string

      The name of the default security rule.

    • callback: msRest.ServiceCallback<SecurityRule>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • networkSecurityGroupName: string

      The name of the network security group.

    • defaultSecurityRuleName: string

      The name of the default security rule.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<SecurityRule>

      The callback

    Returns void

list

  • list(resourceGroupName: string, networkSecurityGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.DefaultSecurityRulesListResponse>
  • list(resourceGroupName: string, networkSecurityGroupName: string, callback: msRest.ServiceCallback<SecurityRuleListResult>): void
  • list(resourceGroupName: string, networkSecurityGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<SecurityRuleListResult>): void
  • Gets all default security rules in a network security group.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • networkSecurityGroupName: string

      The name of the network security group.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.DefaultSecurityRulesListResponse>

    Promise<Models.DefaultSecurityRulesListResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • networkSecurityGroupName: string

      The name of the network security group.

    • callback: msRest.ServiceCallback<SecurityRuleListResult>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • networkSecurityGroupName: string

      The name of the network security group.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<SecurityRuleListResult>

      The callback

    Returns void

listNext

  • listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.DefaultSecurityRulesListNextResponse>
  • listNext(nextPageLink: string, callback: msRest.ServiceCallback<SecurityRuleListResult>): void
  • listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<SecurityRuleListResult>): void
  • Gets all default security rules in a network security group.

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.DefaultSecurityRulesListNextResponse>

    Promise<Models.DefaultSecurityRulesListNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<SecurityRuleListResult>

      The callback

    Returns void

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<SecurityRuleListResult>

      The callback

    Returns void

Generated using TypeDoc