BeginCreateOrUpdate(IPortalRevisionOperations, String, String, String, PortalRevisionContract)
|
Creates a new developer portal's revision by running the portal's
publishing. The isCurrent property indicates if the revision is publicly
accessible.
|
BeginCreateOrUpdateAsync(IPortalRevisionOperations, String, String, String, PortalRevisionContract, CancellationToken)
|
Creates a new developer portal's revision by running the portal's
publishing. The isCurrent property indicates if the revision is publicly
accessible.
|
BeginUpdate(IPortalRevisionOperations, String, String, String, PortalRevisionContract, String)
|
Updates the description of specified portal revision or makes it current.
|
BeginUpdateAsync(IPortalRevisionOperations, String, String, String, PortalRevisionContract, String, CancellationToken)
|
Updates the description of specified portal revision or makes it current.
|
CreateOrUpdate(IPortalRevisionOperations, String, String, String, PortalRevisionContract)
|
Creates a new developer portal's revision by running the portal's
publishing. The isCurrent property indicates if the revision is publicly
accessible.
|
CreateOrUpdateAsync(IPortalRevisionOperations, String, String, String, PortalRevisionContract, CancellationToken)
|
Creates a new developer portal's revision by running the portal's
publishing. The isCurrent property indicates if the revision is publicly
accessible.
|
Get(IPortalRevisionOperations, String, String, String)
|
Gets the developer portal's revision specified by its identifier.
|
GetAsync(IPortalRevisionOperations, String, String, String, CancellationToken)
|
Gets the developer portal's revision specified by its identifier.
|
GetEntityTag(IPortalRevisionOperations, String, String, String)
|
Gets the developer portal revision specified by its identifier.
|
GetEntityTagAsync(IPortalRevisionOperations, String, String, String, CancellationToken)
|
Gets the developer portal revision specified by its identifier.
|
ListByService(IPortalRevisionOperations, String, String, String, Nullable<Int32>, Nullable<Int32>)
|
Lists developer portal's revisions.
|
ListByServiceAsync(IPortalRevisionOperations, String, String, String, Nullable<Int32>, Nullable<Int32>, CancellationToken)
|
Lists developer portal's revisions.
|
ListByServiceNext(IPortalRevisionOperations, String)
|
Lists developer portal's revisions.
|
ListByServiceNextAsync(IPortalRevisionOperations, String, CancellationToken)
|
Lists developer portal's revisions.
|
Update(IPortalRevisionOperations, String, String, String, PortalRevisionContract, String)
|
Updates the description of specified portal revision or makes it current.
|
UpdateAsync(IPortalRevisionOperations, String, String, String, PortalRevisionContract, String, CancellationToken)
|
Updates the description of specified portal revision or makes it current.
|