ContentTypeContract 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.
Content type contract details.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ContentTypeContract : Microsoft.Azure.Management.ApiManagement.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ContentTypeContract = class
inherit Resource
Public Class ContentTypeContract
Inherits Resource
- Inheritance
- Attributes
Constructors
ContentTypeContract() |
Initializes a new instance of the ContentTypeContract class. |
ContentTypeContract(String, String, String, String, String, String, Object, String) |
Initializes a new instance of the ContentTypeContract class. |
Properties
ContentTypeContractId |
Gets or sets content type identifier |
ContentTypeContractName |
Gets or sets content type name. Must be 1 to 250 characters long. |
Description |
Gets or sets content type description. |
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) |
Schema |
Gets or sets content type schema. |
Type |
Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from Resource) |
Version |
Gets or sets content type version. |
Applies to
Azure SDK for .NET