Class BackendAddressPool
java.lang.Object
org.jclouds.azurecompute.arm.domain.BackendAddressPool
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BackendAddressPool
create
(String name, String id, BackendAddressPoolProperties properties, String etag) abstract String
etag()
abstract String
id()
abstract String
name()
abstract BackendAddressPoolProperties
-
Constructor Details
-
BackendAddressPool
public BackendAddressPool()
-
-
Method Details
-
name
-
id
-
properties
-
etag
-
create
public static BackendAddressPool create(String name, String id, BackendAddressPoolProperties properties, String etag)
-