OperationNameFormat 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.
The format of the Operation Name for Application Insights telemetries. Default is Name.
public readonly struct OperationNameFormat : IEquatable<Azure.ResourceManager.ApiManagement.Models.OperationNameFormat>
type OperationNameFormat = struct
Public Structure OperationNameFormat
Implements IEquatable(Of OperationNameFormat)
- Inheritance
-
OperationNameFormat
- Implements
Constructors
OperationNameFormat(String) |
Initializes a new instance of OperationNameFormat. |
Properties
Name |
API_NAME;rev=API_REVISION - OPERATION_NAME. |
Uri |
HTTP_VERB URL. |
Methods
Equals(OperationNameFormat) |
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(OperationNameFormat, OperationNameFormat) |
Determines if two OperationNameFormat values are the same. |
Implicit(String to OperationNameFormat) |
Converts a string to a OperationNameFormat. |
Inequality(OperationNameFormat, OperationNameFormat) |
Determines if two OperationNameFormat values are not the same. |
Applies to
Azure SDK for .NET