ArmSecurityInsightsModelFactory.ConnectorCustoms(String, String) 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.
public static Azure.ResourceManager.SecurityInsights.Models.ConnectorCustoms ConnectorCustoms(string name = default, string description = default);
static member ConnectorCustoms : string * string -> Azure.ResourceManager.SecurityInsights.Models.ConnectorCustoms
Public Shared Function ConnectorCustoms (Optional name As String = Nothing, Optional description As String = Nothing) As ConnectorCustoms
Parameters
- name
- String
Customs permissions name.
- description
- String
Customs permissions description.
Returns
A new ConnectorCustoms instance for mocking.