PortalRevisionContract 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.
Portal Revision's contract details.
[Microsoft.Rest.Serialization.JsonTransformation]
public class PortalRevisionContract : Microsoft.Azure.Management.ApiManagement.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PortalRevisionContract = class
inherit Resource
Public Class PortalRevisionContract
Inherits Resource
- Inheritance
- Attributes
Constructors
PortalRevisionContract() |
Initializes a new instance of the PortalRevisionContract class. |
PortalRevisionContract(String, String, String, String, String, String, Nullable<Boolean>, Nullable<DateTime>, Nullable<DateTime>) |
Initializes a new instance of the PortalRevisionContract class. |
Properties
CreatedDateTime |
Gets portal's revision creation date and time. |
Description |
Gets or sets portal revision description. |
Id |
Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} (Inherited from Resource) |
IsCurrent |
Gets or sets indicates if the portal's revision is public. |
Name |
Gets the name of the resource (Inherited from Resource) |
Status |
Gets status of the portal's revision. Possible values include: 'pending', 'publishing', 'completed', 'failed' |
StatusDetails |
Gets portal revision publishing status details. |
Type |
Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from Resource) |
UpdatedDateTime |
Gets last updated date and time. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET