ServicePrincipalsImpl.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(ServicePrincipalInner) | |
WrapModel(String) |
WrapModel(ServicePrincipalInner)
protected override Microsoft.Azure.Management.Graph.RBAC.Fluent.IServicePrincipal WrapModel (Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.ServicePrincipalInner servicePrincipalInner);
override this.WrapModel : Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.ServicePrincipalInner -> Microsoft.Azure.Management.Graph.RBAC.Fluent.IServicePrincipal
Protected Overrides Function WrapModel (servicePrincipalInner As ServicePrincipalInner) As IServicePrincipal
Parameters
- servicePrincipalInner
- ServicePrincipalInner
Returns
Applies to
WrapModel(String)
protected override Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipalImpl WrapModel (string name);
override this.WrapModel : string -> Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipalImpl
Protected Overrides Function WrapModel (name As String) As ServicePrincipalImpl
Parameters
- name
- String
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET