Uses of Class
com.azure.resourcemanager.storage.models.IssueType
Packages that use IssueType
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of IssueType in com.azure.resourcemanager.storage.models
Subclasses with type arguments of type IssueType in com.azure.resourcemanager.storage.modelsFields in com.azure.resourcemanager.storage.models declared as IssueTypeModifier and TypeFieldDescriptionstatic final IssueTypeIssueType.CONFIGURATION_PROPAGATION_FAILUREStatic value ConfigurationPropagationFailure for IssueType.static final IssueTypeIssueType.UNKNOWNStatic value Unknown for IssueType.Methods in com.azure.resourcemanager.storage.models that return IssueTypeModifier and TypeMethodDescriptionstatic IssueTypeIssueType.fromString(String name) Creates or finds a IssueType from its string representation.ProvisioningIssueProperties.issueType()Get the issueType property: Type of issue.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type IssueTypeModifier and TypeMethodDescriptionstatic Collection<IssueType> IssueType.values()Gets known IssueType values.Methods in com.azure.resourcemanager.storage.models with parameters of type IssueTypeModifier and TypeMethodDescriptionProvisioningIssueProperties.withIssueType(IssueType issueType) Set the issueType property: Type of issue.