Uses of Interface
com.azure.resourcemanager.apimanagement.models.IssueContract.DefinitionStages.WithCreate
Packages that use IssueContract.DefinitionStages.WithCreate
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of IssueContract.DefinitionStages.WithCreate in com.azure.resourcemanager.apimanagement.models
Subinterfaces of IssueContract.DefinitionStages.WithCreate in com.azure.resourcemanager.apimanagement.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the IssueContract definition.Methods in com.azure.resourcemanager.apimanagement.models that return IssueContract.DefinitionStages.WithCreateModifier and TypeMethodDescriptionSpecifies the apiId property: A resource identifier for the API the issue was created for..IssueContract.DefinitionStages.WithCreatedDate.withCreatedDate(OffsetDateTime createdDate) Specifies the createdDate property: Date and time when the issue was created..IssueContract.DefinitionStages.WithDescription.withDescription(String description) Specifies the description property: Text describing the issue..IssueContract.DefinitionStages.WithParentResource.withExistingApi(String resourceGroupName, String serviceName, String apiId) Specifies resourceGroupName, serviceName, apiId.IssueContract.DefinitionStages.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.DefinitionStages.WithUserId.withUserId(String userId) Specifies the userId property: A resource identifier for the user created the issue..