Uses of Class
odata.msgraph.client.beta.windows.updates.complex.DeploymentSettings
-
Packages that use DeploymentSettings Package Description odata.msgraph.client.beta.windows.updates.complex odata.msgraph.client.beta.windows.updates.entity -
-
Uses of DeploymentSettings in odata.msgraph.client.beta.windows.updates.complex
Subclasses of DeploymentSettings in odata.msgraph.client.beta.windows.updates.complex Modifier and Type Class Description classWindowsDeploymentSettingsMethods in odata.msgraph.client.beta.windows.updates.complex that return DeploymentSettings Modifier and Type Method Description DeploymentSettingsDeploymentSettings.Builder. build()DeploymentSettingsDeploymentSettings. withMonitoring(MonitoringSettings monitoring)DeploymentSettingsDeploymentSettings. withRollout(RolloutSettings rollout)DeploymentSettingsDeploymentSettings. withSafeguard(SafeguardSettings safeguard)DeploymentSettingsDeploymentSettings. withUnmappedField(String name, String value) -
Uses of DeploymentSettings in odata.msgraph.client.beta.windows.updates.entity
Fields in odata.msgraph.client.beta.windows.updates.entity declared as DeploymentSettings Modifier and Type Field Description protected DeploymentSettingsDeployment. settingsMethods in odata.msgraph.client.beta.windows.updates.entity that return types with arguments of type DeploymentSettings Modifier and Type Method Description Optional<DeploymentSettings>Deployment. getSettings()Methods in odata.msgraph.client.beta.windows.updates.entity with parameters of type DeploymentSettings Modifier and Type Method Description Deployment.BuilderDeployment.Builder. settings(DeploymentSettings settings)DeploymentDeployment. withSettings(DeploymentSettings settings)
-