IGitHubRepositoryProperties.OnboardingState Property
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.
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.
[Microsoft.Azure.PowerShell.Cmdlets.Security.PSArgumentCompleter(new System.String[] { "NotApplicable", "OnboardedByOtherConnector", "Onboarded", "NotOnboarded" })]
[Microsoft.Azure.PowerShell.Cmdlets.Security.Runtime.Info(Create=true, Description="Details about resource onboarding status across all connectors.\r\n\r\n OnboardedByOtherConnector - this resource has already been onboarded to another connector. This is only applicable to top-level resources.\r\n Onboarded - this resource has already been onboarded by the specified connector.\r\n NotOnboarded - this resource has not been onboarded to any connector.\r\n NotApplicable - the onboarding state is not applicable to the current endpoint.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="onboardingState", Update=true)]
public string OnboardingState { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Security.PSArgumentCompleter(new System.String[] { "NotApplicable", "OnboardedByOtherConnector", "Onboarded", "NotOnboarded" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Security.Runtime.Info(Create=true, Description="Details about resource onboarding status across all connectors.\r\n\r\n OnboardedByOtherConnector - this resource has already been onboarded to another connector. This is only applicable to top-level resources.\r\n Onboarded - this resource has already been onboarded by the specified connector.\r\n NotOnboarded - this resource has not been onboarded to any connector.\r\n NotApplicable - the onboarding state is not applicable to the current endpoint.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="onboardingState", Update=true)>]
member this.OnboardingState : string with get, set
Public Property OnboardingState As String
Property Value
- Attributes