ManagedService Class

Definition

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.

Applies to