HasPrivateIpAddress Interface
public interface HasPrivateIpAddress
An interface representing a model's ability to reference a private IP address.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String | privateIpAddress() |
abstract
Ip |
privateIpAllocationMethod() |
Method Details
privateIpAddress
public abstract String privateIpAddress()
Returns:
the private IP address associated with this resource
privateIpAllocationMethod
public abstract IpAllocationMethod privateIpAllocationMethod()
Returns:
the private IP address allocation method within the associated subnet
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java