ArmBotServiceModelFactory.ProvisioningIssueProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Properties of Provisioning Issue.
public static Azure.ResourceManager.BotService.Models.ProvisioningIssueProperties ProvisioningIssueProperties(string issueType = default, Azure.ResourceManager.BotService.Models.BotServiceSeverity? severity = default, string description = default, System.Collections.Generic.IEnumerable<Azure.Core.ResourceIdentifier> suggestedResourceIds = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.BotService.Models.NspAccessRule> suggestedAccessRules = default);
static member ProvisioningIssueProperties : string * Nullable<Azure.ResourceManager.BotService.Models.BotServiceSeverity> * string * seq<Azure.Core.ResourceIdentifier> * seq<Azure.ResourceManager.BotService.Models.NspAccessRule> -> Azure.ResourceManager.BotService.Models.ProvisioningIssueProperties
Public Shared Function ProvisioningIssueProperties (Optional issueType As String = Nothing, Optional severity As Nullable(Of BotServiceSeverity) = Nothing, Optional description As String = Nothing, Optional suggestedResourceIds As IEnumerable(Of ResourceIdentifier) = Nothing, Optional suggestedAccessRules As IEnumerable(Of NspAccessRule) = Nothing) As ProvisioningIssueProperties
Parameters
- issueType
- String
Type of Issue.
- severity
- Nullable<BotServiceSeverity>
Provisioning state of Network Security Perimeter configuration propagation.
- description
- String
Description of the issue.
- suggestedResourceIds
- IEnumerable<ResourceIdentifier>
ARM IDs of resources that can be associated to the same perimeter to remediate the issue.
- suggestedAccessRules
- IEnumerable<NspAccessRule>
Access rules that can be added to the same profile to remediate the issue.
Returns
A new ProvisioningIssueProperties instance for mocking.