Sha256: f39bef746c8406b22d20edc330422c3aa85208a8935b8e1866bfe961e65bc536
Contents?: true
Size: 591 Bytes
Versions: 9
Compression:
Stored size: 591 Bytes
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::Web::Mgmt::V2018_02_01 module Models # # Defines values for IssueType # module IssueType ServiceIncident = "ServiceIncident" AppDeployment = "AppDeployment" AppCrash = "AppCrash" RuntimeIssueDetected = "RuntimeIssueDetected" AseDeployment = "AseDeployment" UserIssue = "UserIssue" PlatformIssue = "PlatformIssue" Other = "Other" end end end
Version data entries
9 entries across 9 versions & 1 rubygems