ServiceResource Class

Definition

The service resource.

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

Constructors

ServiceResource()

Initializes a new instance of the ServiceResource class.

ServiceResource(String, String, String, String, IDictionary<String,String>, SystemData, ServiceResourceProperties)

Initializes a new instance of the ServiceResource class.

Properties

Id

Gets azure resource identifier.

(Inherited from ProxyResource)
Location

Gets or sets resource location depends on the parent resource.

(Inherited from ProxyResource)
Name

Gets azure resource name.

(Inherited from ProxyResource)
Properties
SystemData (Inherited from ProxyResource)
Tags

Gets or sets azure resource tags.

(Inherited from ProxyResource)
Type

Gets azure resource type.

(Inherited from ProxyResource)

Methods

Validate()

Validate the object.

Applies to