SignedRequestScope Struct

Definition

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

Gets the Endpoint.

ResourceUri

Gets the 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 Nullable<SignedRequestScope>)
Implicit(String to SignedRequestScope)

Converts a string to a SignedRequestScope.

Inequality(SignedRequestScope, SignedRequestScope)

Determines if two SignedRequestScope values are not the same.

Applies to