Class ProviderInstanceInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.workloads.fluent.models.ProviderInstanceInner
public final class ProviderInstanceInner
extends com.azure.core.management.ProxyResource
A provider instance associated with SAP monitor.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionerrors()
Get the errors property: Defines the provider instance errors.identity()
Get the identity property: Managed service identity (user assigned identities).Get the providerSettings property: Defines the provider instance errors.Get the provisioningState property: State of provisioning of the provider instance.com.azure.core.management.SystemData
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.void
validate()
Validates the instance.withIdentity
(UserAssignedServiceIdentity identity) Set the identity property: Managed service identity (user assigned identities).withProviderSettings
(ProviderSpecificProperties providerSettings) Set the providerSettings property: Defines the provider instance errors.Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
ProviderInstanceInner
public ProviderInstanceInner()
-
-
Method Details
-
identity
Get the identity property: Managed service identity (user assigned identities).- Returns:
- the identity value.
-
withIdentity
Set the identity property: Managed service identity (user assigned identities).- Parameters:
identity
- the identity value to set.- Returns:
- the ProviderInstanceInner object itself.
-
systemData
public com.azure.core.management.SystemData systemData()Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.- Returns:
- the systemData value.
-
provisioningState
Get the provisioningState property: State of provisioning of the provider instance.- Returns:
- the provisioningState value.
-
errors
Get the errors property: Defines the provider instance errors.- Returns:
- the errors value.
-
providerSettings
Get the providerSettings property: Defines the provider instance errors.- Returns:
- the providerSettings value.
-
withProviderSettings
Set the providerSettings property: Defines the provider instance errors.- Parameters:
providerSettings
- the providerSettings value to set.- Returns:
- the ProviderInstanceInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-