ArmSecurityInsightsModelFactory.GcpRequestProperties 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.GcpRequestProperties GcpRequestProperties(string projectId = default, System.Collections.Generic.IEnumerable<string> subscriptionNames = default);
static member GcpRequestProperties : string * seq<string> -> Azure.ResourceManager.SecurityInsights.Models.GcpRequestProperties
Public Shared Function GcpRequestProperties (Optional projectId As String = Nothing, Optional subscriptionNames As IEnumerable(Of String) = Nothing) As GcpRequestProperties
Parameters
- projectId
- String
The GCP project id.
- subscriptionNames
- IEnumerable<String>
The GCP pub/sub subscription names.
Returns
A new GcpRequestProperties instance for mocking.