Interface PortalConfigContract
public interface PortalConfigContract
An immutable client-side representation of PortalConfigContract.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the PortalConfigContract definition.static interfaceThe PortalConfigContract definition stages.static interfaceThe template for PortalConfigContract update.static interfaceThe PortalConfigContract update stages. -
Method Summary
Modifier and TypeMethodDescriptioncors()Gets the cors property: The developer portal Cross-Origin Resource Sharing (CORS) settings.csp()Gets the csp property: The developer portal Content Security Policy (CSP) settings.Gets the delegation property: The developer portal delegation settings.Gets the enableBasicAuth property: Enable or disable Basic authentication method.id()Gets the id property: Fully qualified resource Id for the resource.Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.PortalConfigContractInner object.name()Gets the name property: The name of the resource.refresh()Refreshes the resource to sync with Azure.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Gets the name of the resource group.signin()Gets the signin property: The signin property.signup()Gets the signup property: The signup property.type()Gets the type property: The type of the resource.update()Begins update for the PortalConfigContract resource.
-
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.
-
enableBasicAuth
Boolean enableBasicAuth()Gets the enableBasicAuth property: Enable or disable Basic authentication method.- Returns:
- the enableBasicAuth value.
-
signin
PortalConfigPropertiesSignin signin()Gets the signin property: The signin property.- Returns:
- the signin value.
-
signup
PortalConfigPropertiesSignup signup()Gets the signup property: The signup property.- Returns:
- the signup value.
-
delegation
PortalConfigDelegationProperties delegation()Gets the delegation property: The developer portal delegation settings.- Returns:
- the delegation value.
-
cors
PortalConfigCorsProperties cors()Gets the cors property: The developer portal Cross-Origin Resource Sharing (CORS) settings.- Returns:
- the cors value.
-
csp
Gets the csp property: The developer portal Content Security Policy (CSP) settings.- Returns:
- the csp value.
-
resourceGroupName
String resourceGroupName()Gets the name of the resource group.- Returns:
- the name of the resource group.
-
innerModel
PortalConfigContractInner innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.PortalConfigContractInner object.- Returns:
- the inner object.
-
update
PortalConfigContract.Update update()Begins update for the PortalConfigContract resource.- Returns:
- the stage of resource update.
-
refresh
PortalConfigContract refresh()Refreshes the resource to sync with Azure.- Returns:
- the refreshed resource.
-
refresh
Refreshes the resource to sync with Azure.- Parameters:
context- The context to associate with this operation.- Returns:
- the refreshed resource.
-