ServiceResource 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.
Service resource
public class ServiceResource : Microsoft.Azure.Management.AppPlatform.Models.TrackedResource
type ServiceResource = class
inherit TrackedResource
Public Class ServiceResource
Inherits TrackedResource
- Inheritance
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
Azure SDK for .NET