ArmSecurityCenterModelFactory.SecurityConnectorGitLabProjectProperties 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.
Initializes a new instance of SecurityConnectorGitLabProjectProperties.
public static Azure.ResourceManager.SecurityCenter.Models.SecurityConnectorGitLabProjectProperties SecurityConnectorGitLabProjectProperties (string provisioningStatusMessage = default, DateTimeOffset? provisioningStatusUpdateTimeUtc = default, Azure.ResourceManager.SecurityCenter.Models.DevOpsProvisioningState? provisioningState = default, string fullyQualifiedName = default, string fullyQualifiedFriendlyName = default, string fullyQualifiedParentGroupName = default, Uri uri = default, Azure.ResourceManager.SecurityCenter.Models.ResourceOnboardingState? onboardingState = default);
static member SecurityConnectorGitLabProjectProperties : string * Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.SecurityCenter.Models.DevOpsProvisioningState> * string * string * string * Uri * Nullable<Azure.ResourceManager.SecurityCenter.Models.ResourceOnboardingState> -> Azure.ResourceManager.SecurityCenter.Models.SecurityConnectorGitLabProjectProperties
Public Shared Function SecurityConnectorGitLabProjectProperties (Optional provisioningStatusMessage As String = Nothing, Optional provisioningStatusUpdateTimeUtc As Nullable(Of DateTimeOffset) = Nothing, Optional provisioningState As Nullable(Of DevOpsProvisioningState) = Nothing, Optional fullyQualifiedName As String = Nothing, Optional fullyQualifiedFriendlyName As String = Nothing, Optional fullyQualifiedParentGroupName As String = Nothing, Optional uri As Uri = Nothing, Optional onboardingState As Nullable(Of ResourceOnboardingState) = Nothing) As SecurityConnectorGitLabProjectProperties
Parameters
- provisioningStatusMessage
- String
Gets or sets resource status message.
- provisioningStatusUpdateTimeUtc
- Nullable<DateTimeOffset>
Gets or sets time when resource was last checked.
- provisioningState
- Nullable<DevOpsProvisioningState>
The provisioning state of the resource.
Pending - Provisioning pending. Failed - Provisioning failed. Succeeded - Successful provisioning. Canceled - Provisioning canceled. PendingDeletion - Deletion pending. DeletionSuccess - Deletion successful. DeletionFailure - Deletion failure.
- fullyQualifiedName
- String
Gets or sets the fully-qualified name of the project object.
This contains the entire hierarchy where entities are separated by the '$' character.
- fullyQualifiedFriendlyName
- String
Gets or sets the human readable fully-qualified name of the Project object.
This contains the entire namespace hierarchy as seen on GitLab UI where entities are separated by the '/' character.
- fullyQualifiedParentGroupName
- String
Gets or sets the fully-qualified name of the project's parent group object.
This contains the entire hierarchy where namespaces are separated by the '$' character.
- uri
- Uri
Gets or sets the url of the GitLab Project.
- onboardingState
- Nullable<ResourceOnboardingState>
Details about resource onboarding status across all connectors.
OnboardedByOtherConnector - this resource has already been onboarded to another connector. This is only applicable to top-level resources. Onboarded - this resource has already been onboarded by the specified connector. NotOnboarded - this resource has not been onboarded to any connector. NotApplicable - the onboarding state is not applicable to the current endpoint.
Returns
A new SecurityConnectorGitLabProjectProperties instance for mocking.
Applies to
Azure SDK for .NET