CspmMonitorGithubOffering Constructors
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.
Overloads
CspmMonitorGithubOffering() |
Initializes a new instance of the CspmMonitorGithubOffering class. |
CspmMonitorGithubOffering(String) |
Initializes a new instance of the CspmMonitorGithubOffering class. |
CspmMonitorGithubOffering()
Initializes a new instance of the CspmMonitorGithubOffering class.
public CspmMonitorGithubOffering ();
Public Sub New ()
Applies to
CspmMonitorGithubOffering(String)
Initializes a new instance of the CspmMonitorGithubOffering class.
public CspmMonitorGithubOffering (string description = default);
new Microsoft.Azure.Management.Security.Models.CspmMonitorGithubOffering : string -> Microsoft.Azure.Management.Security.Models.CspmMonitorGithubOffering
Public Sub New (Optional description As String = Nothing)
Parameters
- description
- String
The offering description.