NewRelicObservabilityOrgCreationSource Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Source of Org creation.
public readonly struct NewRelicObservabilityOrgCreationSource : IEquatable<Azure.ResourceManager.NewRelicObservability.Models.NewRelicObservabilityOrgCreationSource>
type NewRelicObservabilityOrgCreationSource = struct
Public Structure NewRelicObservabilityOrgCreationSource
Implements IEquatable(Of NewRelicObservabilityOrgCreationSource)
- Inheritance
-
NewRelicObservabilityOrgCreationSource
- Implements
Constructors
NewRelicObservabilityOrgCreationSource(String) |
Initializes a new instance of NewRelicObservabilityOrgCreationSource. |
Properties
Liftr |
Org is created from LIFTR. |
Newrelic |
Org is created from NEWRELIC. |
Methods
Equals(NewRelicObservabilityOrgCreationSource) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(NewRelicObservabilityOrgCreationSource, NewRelicObservabilityOrgCreationSource) |
Determines if two NewRelicObservabilityOrgCreationSource values are the same. |
Implicit(String to NewRelicObservabilityOrgCreationSource) |
Converts a string to a NewRelicObservabilityOrgCreationSource. |
Inequality(NewRelicObservabilityOrgCreationSource, NewRelicObservabilityOrgCreationSource) |
Determines if two NewRelicObservabilityOrgCreationSource values are not the same. |
Applies to
Azure SDK for .NET