ArmBotServiceModelFactory.NspAccessRule Method

Definition

Information of Access Rule in a profile.

public static Azure.ResourceManager.BotService.Models.NspAccessRule NspAccessRule(string name = default, Azure.ResourceManager.BotService.Models.NspAccessRuleProperties properties = default);
static member NspAccessRule : string * Azure.ResourceManager.BotService.Models.NspAccessRuleProperties -> Azure.ResourceManager.BotService.Models.NspAccessRule
Public Shared Function NspAccessRule (Optional name As String = Nothing, Optional properties As NspAccessRuleProperties = Nothing) As NspAccessRule

Parameters

name
String

Name of the access rule.

properties
NspAccessRuleProperties

Properties of Access Rule.

Returns

A new NspAccessRule instance for mocking.

Applies to