Uses of Class
com.azure.resourcemanager.appplatform.models.AcceleratorBasicAuthSetting
Packages that use AcceleratorBasicAuthSetting
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of AcceleratorBasicAuthSetting in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return AcceleratorBasicAuthSettingModifier and TypeMethodDescriptionstatic AcceleratorBasicAuthSettingAcceleratorBasicAuthSetting.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AcceleratorBasicAuthSetting from the JsonReader.AcceleratorBasicAuthSetting.withCaCertResourceId(String caCertResourceId) Set the caCertResourceId property: Resource Id of CA certificate for https URL of Git repository.AcceleratorBasicAuthSetting.withPassword(String password) Set the password property: Password of git repository basic auth.AcceleratorBasicAuthSetting.withUsername(String username) Set the username property: Username of git repository basic auth.