SignedRequestScope 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 signed request scope.
public readonly struct SignedRequestScope : IEquatable<Azure.ResourceManager.ProviderHub.Models.SignedRequestScope>
type SignedRequestScope = struct
Public Structure SignedRequestScope
Implements IEquatable(Of SignedRequestScope)
- Inheritance
-
SignedRequestScope
- Implements
Constructors
| Name | Description |
|---|---|
| SignedRequestScope(String) |
Initializes a new instance of SignedRequestScope. |
Properties
| Name | Description |
|---|---|
| Endpoint |
Endpoint. |
| ResourceUri |
ResourceUri. |
Methods
| Name | Description |
|---|---|
| Equals(SignedRequestScope) |
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
| Name | Description |
|---|---|
| Equality(SignedRequestScope, SignedRequestScope) |
Determines if two SignedRequestScope values are the same. |
| Implicit(String to SignedRequestScope) |
Converts a String to a SignedRequestScope. |
| Inequality(SignedRequestScope, SignedRequestScope) |
Determines if two SignedRequestScope values are not the same. |