VcnManager.VcnStatusCodeNotConfigured フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Net.Vcn.VcnStatusCode enum directly instead of this field.

サブスクリプション グループの VCN が構成されていないこと、またはコールバックがサブスクリプション グループに対して特権を持たないことを示す値。

[Android.Runtime.Register("VCN_STATUS_CODE_NOT_CONFIGURED", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.Vcn.VcnStatusCode enum directly instead of this field.", true)]
public const Android.Net.Vcn.VcnStatusCode VcnStatusCodeNotConfigured = 0;
[<Android.Runtime.Register("VCN_STATUS_CODE_NOT_CONFIGURED", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.Vcn.VcnStatusCode enum directly instead of this field.", true)>]
val mutable VcnStatusCodeNotConfigured : Android.Net.Vcn.VcnStatusCode

フィールド値

Value = 0
属性

注釈

サブスクリプション グループの VCN が構成されていないこと、またはコールバックがサブスクリプション グループに対して特権を持たないことを示す値。

android.net.vcn.VcnManager.VCN_STATUS_CODE_NOT_CONFIGUREDJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象