Class GenerateExpressRoutePortsLoaResultInner
java.lang.Object
com.azure.resourcemanager.network.fluent.models.GenerateExpressRoutePortsLoaResultInner
Response for GenerateExpressRoutePortsLOA API service call.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of GenerateExpressRoutePortsLoaResultInner class. -
Method Summary
Modifier and TypeMethodDescriptionGet the encodedContent property: The content as a base64 encoded string.voidvalidate()Validates the instance.withEncodedContent(String encodedContent) Set the encodedContent property: The content as a base64 encoded string.
-
Constructor Details
-
GenerateExpressRoutePortsLoaResultInner
public GenerateExpressRoutePortsLoaResultInner()Creates an instance of GenerateExpressRoutePortsLoaResultInner class.
-
-
Method Details
-
encodedContent
Get the encodedContent property: The content as a base64 encoded string.- Returns:
- the encodedContent value.
-
withEncodedContent
Set the encodedContent property: The content as a base64 encoded string.- Parameters:
encodedContent- the encodedContent value to set.- Returns:
- the GenerateExpressRoutePortsLoaResultInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-