ExternalServiceResource Properties
Class Properties 2 members
Represents an external service resource with service discovery capabilities.
Gets the URI for the external service, if defined.
public Uri? Uri { get; }Remarks
If
ExternalServiceResource.Uri is null, the external service URL is parameterized and can be accessed via ExternalServiceResource.UrlParameter."/> Gets the URL parameter for the external service, if defined.
public ParameterResource? UrlParameter { get; }Remarks
If
ExternalServiceResource.UrlParameter is null, the external service URL is not parameterized and can be accessed directly via ExternalServiceResource.Uri.