你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IGitHubRepository.OnboardingState Property

Definition

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

Applies to