ContentItemContract Class

Definition

Content type contract details.

public class ContentItemContract : Microsoft.Azure.Management.ApiManagement.Models.Resource
type ContentItemContract = class
    inherit Resource
Public Class ContentItemContract
Inherits Resource
Inheritance
ContentItemContract

Constructors

ContentItemContract()

Initializes a new instance of the ContentItemContract class.

ContentItemContract(String, String, String, IDictionary<String,Object>)

Initializes a new instance of the ContentItemContract class.

Properties

Id

Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from Resource)
Name

Gets the name of the resource

(Inherited from Resource)
Properties

Gets or sets properties of the content item.

Type

Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from Resource)

Applies to