Interface PortalDelegationSettings
public interface PortalDelegationSettings
An immutable client-side representation of PortalDelegationSettings.
-
Method Summary
Modifier and TypeMethodDescriptionid()Gets the id property: Fully qualified resource Id for the resource.Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.PortalDelegationSettingsInner object.name()Gets the name property: The name of the resource.Gets the subscriptions property: Subscriptions delegation settings.type()Gets the type property: The type of the resource.url()Gets the url property: A delegation Url.Gets the userRegistration property: User registration delegation settings.Gets the validationKey property: A base64-encoded validation key to validate, that a request is coming from Azure API Management.
-
Method Details
-
id
String id()Gets the id property: Fully qualified resource Id for the resource.- Returns:
- the id value.
-
name
String name()Gets the name property: The name of the resource.- Returns:
- the name value.
-
type
String type()Gets the type property: The type of the resource.- Returns:
- the type value.
-
url
String url()Gets the url property: A delegation Url.- Returns:
- the url value.
-
validationKey
String validationKey()Gets the validationKey property: A base64-encoded validation key to validate, that a request is coming from Azure API Management.- Returns:
- the validationKey value.
-
subscriptions
SubscriptionsDelegationSettingsProperties subscriptions()Gets the subscriptions property: Subscriptions delegation settings.- Returns:
- the subscriptions value.
-
userRegistration
RegistrationDelegationSettingsProperties userRegistration()Gets the userRegistration property: User registration delegation settings.- Returns:
- the userRegistration value.
-
innerModel
PortalDelegationSettingsInner innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.PortalDelegationSettingsInner object.- Returns:
- the inner object.
-