Udostępnij przez


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

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.

Applies to