ActiveDirectoryUsersImpl.WrapModel Method
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.
Overloads
WrapModel(UserInner) | |
WrapModel(String) |
WrapModel(UserInner)
protected override Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryUser WrapModel (Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.UserInner userInner);
override this.WrapModel : Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.UserInner -> Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryUser
Protected Overrides Function WrapModel (userInner As UserInner) As IActiveDirectoryUser
Parameters
- userInner
- UserInner
Returns
Applies to
WrapModel(String)
protected override Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryUserImpl WrapModel (string name);
override this.WrapModel : string -> Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryUserImpl
Protected Overrides Function WrapModel (name As String) As ActiveDirectoryUserImpl
Parameters
- name
- String
Returns
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET