IServiceContextResolverGetAccount Method |
Gets the account for whom the service is being provisioned.
Namespace: Atomia.Provisioning.Base.ResourceAssignmentPolicyAssembly: Atomia.Provisioning.Base.ResourceAssignmentPolicy (in Atomia.Provisioning.Base.ResourceAssignmentPolicy.dll) Version: 17.3.6337.16010
SyntaxAccount GetAccount(
Service service
)
Function GetAccount (
service As Service
) As Account
Account^ GetAccount(
Service^ service
)
abstract GetAccount :
service : Service -> Account
Parameters
- service
- Type: Service
The service.
Return Value
Type:
AccountUcpAccount, owner of the service.
See Also