Class ArmIdWrapper
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.ArmIdWrapper
-
public final class ArmIdWrapper extends Object
A wrapper for an ARM resource id.
-
-
Constructor Summary
Constructors Constructor Description ArmIdWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
id()
Get the id property: The id property.void
validate()
Validates the instance.
-
-
-
Method Detail
-
id
public String id()
Get the id property: The id property.- Returns:
- the id value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-