Uses of Interface
com.azure.resourcemanager.apimanagement.models.IssueContract.Update
Packages that use IssueContract.Update
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of IssueContract.Update in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return IssueContract.UpdateModifier and TypeMethodDescriptionIssueContract.update()Begins update for the IssueContract resource.Specifies the apiId property: A resource identifier for the API the issue was created for..IssueContract.UpdateStages.WithCreatedDate.withCreatedDate(OffsetDateTime createdDate) Specifies the createdDate property: Date and time when the issue was created..IssueContract.UpdateStages.WithDescription.withDescription(String description) Specifies the description property: Text describing the issue..IssueContract.UpdateStages.WithIfMatch.withIfMatch(String ifMatch) Specifies the ifMatch property: ETag of the Entity.Specifies the state property: Status of the issue..Specifies the title property: The issue title..IssueContract.UpdateStages.WithUserId.withUserId(String userId) Specifies the userId property: A resource identifier for the user created the issue..