AzureDevOpsProjectProperties Class
- java.
lang. Object - com.
azure. resourcemanager. security. models. AzureDevOpsProjectProperties
- com.
Implements
public final class AzureDevOpsProjectProperties
implements JsonSerializable<AzureDevOpsProjectProperties>
Azure DevOps Project properties.
Constructor Summary
| Constructor | Description |
|---|---|
| AzureDevOpsProjectProperties() |
Creates an instance of Azure |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Actionable |
actionableRemediation()
Get the actionable |
|
static
Azure |
fromJson(JsonReader jsonReader)
Reads an instance of Azure |
|
Onboarding |
onboardingState()
Get the onboarding |
| String |
parentOrgName()
Get the parent |
| String |
projectId()
Get the project |
|
Dev |
provisioningState()
Get the provisioning |
| String |
provisioningStatusMessage()
Get the provisioning |
|
Offset |
provisioningStatusUpdateTimeUtc()
Get the provisioning |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Azure |
withActionableRemediation(ActionableRemediation actionableRemediation)
Set the actionable |
|
Azure |
withOnboardingState(OnboardingState onboardingState)
Set the onboarding |
|
Azure |
withParentOrgName(String parentOrgName)
Set the parent |
Methods inherited from java.lang.Object
Constructor Details
AzureDevOpsProjectProperties
public AzureDevOpsProjectProperties()
Creates an instance of AzureDevOpsProjectProperties class.
Method Details
actionableRemediation
public ActionableRemediation actionableRemediation()
Get the actionableRemediation property: Configuration payload for PR Annotations.
Returns:
fromJson
public static AzureDevOpsProjectProperties fromJson(JsonReader jsonReader)
Reads an instance of AzureDevOpsProjectProperties from the JsonReader.
Parameters:
Returns:
Throws:
onboardingState
public OnboardingState onboardingState()
Get the onboardingState property: 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:
parentOrgName
public String parentOrgName()
Get the parentOrgName property: Gets or sets parent Azure DevOps Organization name.
Returns:
projectId
public String projectId()
Get the projectId property: Gets or sets Azure DevOps Project id.
Returns:
provisioningState
public DevOpsProvisioningState provisioningState()
Get the provisioningState property: 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.
Returns:
provisioningStatusMessage
public String provisioningStatusMessage()
Get the provisioningStatusMessage property: Gets the resource status message.
Returns:
provisioningStatusUpdateTimeUtc
public OffsetDateTime provisioningStatusUpdateTimeUtc()
Get the provisioningStatusUpdateTimeUtc property: Gets the time when resource was last checked.
Returns:
toJson
validate
public void validate()
Validates the instance.
withActionableRemediation
public AzureDevOpsProjectProperties withActionableRemediation(ActionableRemediation actionableRemediation)
Set the actionableRemediation property: Configuration payload for PR Annotations.
Parameters:
Returns:
withOnboardingState
public AzureDevOpsProjectProperties withOnboardingState(OnboardingState onboardingState)
Set the onboardingState property: 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.
Parameters:
Returns:
withParentOrgName
public AzureDevOpsProjectProperties withParentOrgName(String parentOrgName)
Set the parentOrgName property: Gets or sets parent Azure DevOps Organization name.
Parameters:
Returns: