Class ArmProxyResource
- java.lang.Object
-
- com.azure.core.management.ProxyResource
-
- com.azure.resourcemanager.cosmos.models.ArmProxyResource
-
- Direct Known Subclasses:
DataCenterResourceInner,LocationGetResultInner,NotebookWorkspaceCreateUpdateParameters,NotebookWorkspaceInner,PrivateLinkResourceInner,SqlRoleAssignmentGetResultsInner,SqlRoleDefinitionGetResultsInner
public class ArmProxyResource extends com.azure.core.management.ProxyResourceThe resource model definition for a ARM proxy resource. It will have everything other than required location and tags.
-
-
Constructor Summary
Constructors Constructor Description ArmProxyResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.
-
-
-
Method Detail
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-