ManagedService Class
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.
Represents a service which the partner manages on behalf of a customer of theirs. Holds links used to administrate the customer's service.
public sealed class ManagedService : Microsoft.Store.PartnerCenter.Models.ResourceBaseWithLinks<Microsoft.Store.PartnerCenter.Models.ManagedServices.ManagedServiceLinks>
type ManagedService = class
inherit ResourceBaseWithLinks<ManagedServiceLinks>
Public NotInheritable Class ManagedService
Inherits ResourceBaseWithLinks(Of ManagedServiceLinks)
- Inheritance
Constructors
ManagedService() |
Properties
Attributes |
Gets the attributes. (Inherited from ResourceBase) |
GroupName |
Gets or sets the managed service group name. |
Id |
Gets or sets the managed service identifier. |
Links |
Gets or sets the resource links. (Inherited from ResourceBaseWithLinks<TLinks>) |
Name |
Gets or sets the managed service name. |