ServiceResource Class

Definition

Service resource

public class ServiceResource : Microsoft.Azure.Management.AppPlatform.Models.TrackedResource
type ServiceResource = class
    inherit TrackedResource
Public Class ServiceResource
Inherits TrackedResource
Inheritance
ServiceResource

Constructors

ServiceResource()

Initializes a new instance of the ServiceResource class.

ServiceResource(String, String, String, String, IDictionary<String,String>, ClusterResourceProperties, Sku)

Initializes a new instance of the ServiceResource class.

Properties

Id

Gets fully qualified resource Id for the resource.

(Inherited from Resource)
Location

Gets or sets the GEO location of the resource.

(Inherited from TrackedResource)
Name

Gets the name of the resource.

(Inherited from Resource)
Properties

Gets or sets properties of the Service resource

Sku

Gets or sets sku of the Service resource

Tags

Gets or sets tags of the service which is a list of key value pairs that describe the resource.

(Inherited from TrackedResource)
Type

Gets the type of the resource.

(Inherited from Resource)

Applies to