Uses of Interface
com.azure.resourcemanager.apimanagement.models.IssueCommentContract.DefinitionStages.WithCreate
Packages that use IssueCommentContract.DefinitionStages.WithCreate
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of IssueCommentContract.DefinitionStages.WithCreate in com.azure.resourcemanager.apimanagement.models
Subinterfaces of IssueCommentContract.DefinitionStages.WithCreate in com.azure.resourcemanager.apimanagement.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the IssueCommentContract definition.Methods in com.azure.resourcemanager.apimanagement.models that return IssueCommentContract.DefinitionStages.WithCreateModifier and TypeMethodDescriptionIssueCommentContract.DefinitionStages.WithCreatedDate.withCreatedDate(OffsetDateTime createdDate) Specifies the createdDate property: Date and time when the comment was created..IssueCommentContract.DefinitionStages.WithParentResource.withExistingIssue(String resourceGroupName, String serviceName, String apiId, String issueId) Specifies resourceGroupName, serviceName, apiId, issueId.IssueCommentContract.DefinitionStages.WithIfMatch.withIfMatch(String ifMatch) Specifies the ifMatch property: ETag of the Entity.Specifies the text property: Comment text..IssueCommentContract.DefinitionStages.WithUserId.withUserId(String userId) Specifies the userId property: A resource identifier for the user who left the comment..