|
| 1 | +namespace Azure.ResourceManager.Resourcehealth |
| 2 | +{ |
| 3 | + public partial class AvailabilityStatusData : Azure.ResourceManager.Models.ResourceData |
| 4 | + { |
| 5 | + internal AvailabilityStatusData() { } |
| 6 | + public Azure.Core.AzureLocation? Location { get { throw null; } } |
| 7 | + public Azure.ResourceManager.Resourcehealth.Models.AvailabilityStatusProperties Properties { get { throw null; } } |
| 8 | + } |
| 9 | + public partial class AvailabilityStatusResource : Azure.ResourceManager.ArmResource |
| 10 | + { |
| 11 | + public static readonly Azure.Core.ResourceType ResourceType; |
| 12 | + protected AvailabilityStatusResource() { } |
| 13 | + public virtual Azure.ResourceManager.Resourcehealth.AvailabilityStatusData Data { get { throw null; } } |
| 14 | + public virtual bool HasData { get { throw null; } } |
| 15 | + public static Azure.Core.ResourceIdentifier CreateResourceIdentifier(string resourceUri) { throw null; } |
| 16 | + public virtual Azure.Response<Azure.ResourceManager.Resourcehealth.AvailabilityStatusResource> Get(string filter = null, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } |
| 17 | + public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Resourcehealth.AvailabilityStatusResource>> GetAsync(string filter = null, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } |
| 18 | + } |
| 19 | + public static partial class ResourcehealthExtensions |
| 20 | + { |
| 21 | + public static Azure.ResourceManager.Resourcehealth.AvailabilityStatusResource GetAvailabilityStatus(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope) { throw null; } |
| 22 | + public static Azure.ResourceManager.Resourcehealth.AvailabilityStatusResource GetAvailabilityStatusResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; } |
| 23 | + } |
| 24 | +} |
| 25 | +namespace Azure.ResourceManager.Resourcehealth.Models |
| 26 | +{ |
| 27 | + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] |
| 28 | + public readonly partial struct AvailabilityStateValue : System.IEquatable<Azure.ResourceManager.Resourcehealth.Models.AvailabilityStateValue> |
| 29 | + { |
| 30 | + private readonly object _dummy; |
| 31 | + private readonly int _dummyPrimitive; |
| 32 | + public AvailabilityStateValue(string value) { throw null; } |
| 33 | + public static Azure.ResourceManager.Resourcehealth.Models.AvailabilityStateValue Available { get { throw null; } } |
| 34 | + public static Azure.ResourceManager.Resourcehealth.Models.AvailabilityStateValue Degraded { get { throw null; } } |
| 35 | + public static Azure.ResourceManager.Resourcehealth.Models.AvailabilityStateValue Unavailable { get { throw null; } } |
| 36 | + public static Azure.ResourceManager.Resourcehealth.Models.AvailabilityStateValue Unknown { get { throw null; } } |
| 37 | + public bool Equals(Azure.ResourceManager.Resourcehealth.Models.AvailabilityStateValue other) { throw null; } |
| 38 | + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] |
| 39 | + public override bool Equals(object obj) { throw null; } |
| 40 | + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] |
| 41 | + public override int GetHashCode() { throw null; } |
| 42 | + public static bool operator ==(Azure.ResourceManager.Resourcehealth.Models.AvailabilityStateValue left, Azure.ResourceManager.Resourcehealth.Models.AvailabilityStateValue right) { throw null; } |
| 43 | + public static implicit operator Azure.ResourceManager.Resourcehealth.Models.AvailabilityStateValue (string value) { throw null; } |
| 44 | + public static bool operator !=(Azure.ResourceManager.Resourcehealth.Models.AvailabilityStateValue left, Azure.ResourceManager.Resourcehealth.Models.AvailabilityStateValue right) { throw null; } |
| 45 | + public override string ToString() { throw null; } |
| 46 | + } |
| 47 | + public partial class AvailabilityStatusProperties |
| 48 | + { |
| 49 | + internal AvailabilityStatusProperties() { } |
| 50 | + public Azure.ResourceManager.Resourcehealth.Models.AvailabilityStateValue? AvailabilityState { get { throw null; } } |
| 51 | + public string DetailedStatus { get { throw null; } } |
| 52 | + public string HealthEventCategory { get { throw null; } } |
| 53 | + public string HealthEventCause { get { throw null; } } |
| 54 | + public string HealthEventId { get { throw null; } } |
| 55 | + public string HealthEventType { get { throw null; } } |
| 56 | + public System.DateTimeOffset? OccuredOn { get { throw null; } } |
| 57 | + public Azure.ResourceManager.Resourcehealth.Models.ReasonChronicityType? ReasonChronicity { get { throw null; } } |
| 58 | + public string ReasonType { get { throw null; } } |
| 59 | + public Azure.ResourceManager.Resourcehealth.Models.AvailabilityStatusPropertiesRecentlyResolved RecentlyResolved { get { throw null; } } |
| 60 | + public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.Resourcehealth.Models.RecommendedAction> RecommendedActions { get { throw null; } } |
| 61 | + public System.DateTimeOffset? ReportedOn { get { throw null; } } |
| 62 | + public System.DateTimeOffset? ResolutionETA { get { throw null; } } |
| 63 | + public System.DateTimeOffset? RootCauseAttributionOn { get { throw null; } } |
| 64 | + public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.Resourcehealth.Models.ServiceImpactingEvent> ServiceImpactingEvents { get { throw null; } } |
| 65 | + public string Summary { get { throw null; } } |
| 66 | + public string Title { get { throw null; } } |
| 67 | + } |
| 68 | + public partial class AvailabilityStatusPropertiesRecentlyResolved |
| 69 | + { |
| 70 | + internal AvailabilityStatusPropertiesRecentlyResolved() { } |
| 71 | + public System.DateTimeOffset? ResolvedOn { get { throw null; } } |
| 72 | + public System.DateTimeOffset? UnavailableOccuredOn { get { throw null; } } |
| 73 | + public string UnavailableSummary { get { throw null; } } |
| 74 | + } |
| 75 | + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] |
| 76 | + public readonly partial struct ReasonChronicityType : System.IEquatable<Azure.ResourceManager.Resourcehealth.Models.ReasonChronicityType> |
| 77 | + { |
| 78 | + private readonly object _dummy; |
| 79 | + private readonly int _dummyPrimitive; |
| 80 | + public ReasonChronicityType(string value) { throw null; } |
| 81 | + public static Azure.ResourceManager.Resourcehealth.Models.ReasonChronicityType Persistent { get { throw null; } } |
| 82 | + public static Azure.ResourceManager.Resourcehealth.Models.ReasonChronicityType Transient { get { throw null; } } |
| 83 | + public bool Equals(Azure.ResourceManager.Resourcehealth.Models.ReasonChronicityType other) { throw null; } |
| 84 | + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] |
| 85 | + public override bool Equals(object obj) { throw null; } |
| 86 | + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] |
| 87 | + public override int GetHashCode() { throw null; } |
| 88 | + public static bool operator ==(Azure.ResourceManager.Resourcehealth.Models.ReasonChronicityType left, Azure.ResourceManager.Resourcehealth.Models.ReasonChronicityType right) { throw null; } |
| 89 | + public static implicit operator Azure.ResourceManager.Resourcehealth.Models.ReasonChronicityType (string value) { throw null; } |
| 90 | + public static bool operator !=(Azure.ResourceManager.Resourcehealth.Models.ReasonChronicityType left, Azure.ResourceManager.Resourcehealth.Models.ReasonChronicityType right) { throw null; } |
| 91 | + public override string ToString() { throw null; } |
| 92 | + } |
| 93 | + public partial class RecommendedAction |
| 94 | + { |
| 95 | + internal RecommendedAction() { } |
| 96 | + public string Action { get { throw null; } } |
| 97 | + public System.Uri ActionUri { get { throw null; } } |
| 98 | + public string ActionUrlText { get { throw null; } } |
| 99 | + } |
| 100 | + public partial class ServiceImpactingEvent |
| 101 | + { |
| 102 | + internal ServiceImpactingEvent() { } |
| 103 | + public string CorrelationId { get { throw null; } } |
| 104 | + public System.DateTimeOffset? EventStartOn { get { throw null; } } |
| 105 | + public System.DateTimeOffset? EventStatusLastModifiedOn { get { throw null; } } |
| 106 | + public Azure.ResourceManager.Resourcehealth.Models.ServiceImpactingEventIncidentProperties IncidentProperties { get { throw null; } } |
| 107 | + public string StatusValue { get { throw null; } } |
| 108 | + } |
| 109 | + public partial class ServiceImpactingEventIncidentProperties |
| 110 | + { |
| 111 | + internal ServiceImpactingEventIncidentProperties() { } |
| 112 | + public string IncidentType { get { throw null; } } |
| 113 | + public string Region { get { throw null; } } |
| 114 | + public string Service { get { throw null; } } |
| 115 | + public string Title { get { throw null; } } |
| 116 | + } |
| 117 | +} |
0 commit comments