Class Container
- java.lang.Object
-
- com.azure.core.management.SubResource
-
- com.azure.resourcemanager.network.models.Container
-
public final class Container extends com.azure.core.management.SubResourceReference to container resource in remote resource provider.
-
-
Constructor Summary
Constructors Constructor Description Container()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.ContainerwithId(String id)
-
-
-
Method Detail
-
withId
public Container withId(String id)
- Overrides:
withIdin classcom.azure.core.management.SubResource
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-