Uses of Class
com.azure.resourcemanager.appcontainers.models.AppleRegistration
-
Packages that use AppleRegistration Package Description com.azure.resourcemanager.appcontainers.models Package containing the data models for ContainerAppsApiClient. -
-
Uses of AppleRegistration in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return AppleRegistration Modifier and Type Method Description AppleRegistration
Apple. registration()
Get the registration property: The configuration settings of the Apple registration.AppleRegistration
AppleRegistration. withClientId(String clientId)
Set the clientId property: The Client ID of the app used for login.AppleRegistration
AppleRegistration. withClientSecretSettingName(String clientSecretSettingName)
Set the clientSecretSettingName property: The app setting name that contains the client secret.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type AppleRegistration Modifier and Type Method Description Apple
Apple. withRegistration(AppleRegistration registration)
Set the registration property: The configuration settings of the Apple registration.
-