ArmSecurityCenterModelFactory.GitHubOwnerProperties Method

Definition

public static Azure.ResourceManager.SecurityCenter.Models.GitHubOwnerProperties GitHubOwnerProperties(string provisioningStatusMessage = default, DateTimeOffset? provisioningStatusUpdatedOn = default, Azure.ResourceManager.SecurityCenter.Models.DevOpsProvisioningState? provisioningState = default, string ownerUri = default, string gitHubInternalId = default, Azure.ResourceManager.SecurityCenter.Models.OnboardingState? onboardingState = default);
static member GitHubOwnerProperties : string * Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.SecurityCenter.Models.DevOpsProvisioningState> * string * string * Nullable<Azure.ResourceManager.SecurityCenter.Models.OnboardingState> -> Azure.ResourceManager.SecurityCenter.Models.GitHubOwnerProperties
Public Shared Function GitHubOwnerProperties (Optional provisioningStatusMessage As String = Nothing, Optional provisioningStatusUpdatedOn As Nullable(Of DateTimeOffset) = Nothing, Optional provisioningState As Nullable(Of DevOpsProvisioningState) = Nothing, Optional ownerUri As String = Nothing, Optional gitHubInternalId As String = Nothing, Optional onboardingState As Nullable(Of OnboardingState) = Nothing) As GitHubOwnerProperties

Parameters

provisioningStatusMessage
String

Gets the resource status message.

provisioningStatusUpdatedOn
Nullable<DateTimeOffset>

Gets the 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.

ownerUri
String

Gets or sets GitHub Owner url.

gitHubInternalId
String

Gets or sets internal GitHub id.

onboardingState
Nullable<OnboardingState>

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 GitHubOwnerProperties instance for mocking.

Applies to