ApplicationPackageSupportUrls Class

  • java.lang.Object
    • com.azure.resourcemanager.managedapplications.models.ApplicationPackageSupportUrls

public final class ApplicationPackageSupportUrls

The appliance package support URLs.

Constructor Summary

Constructor Description
ApplicationPackageSupportUrls()

Creates an instance of ApplicationPackageSupportUrls class.

Method Summary

Modifier and Type Method and Description
String governmentCloud()

Get the governmentCloud property: The government cloud support URL.

String publicAzure()

Get the publicAzure property: The public azure support URL.

void validate()

Validates the instance.

ApplicationPackageSupportUrls withGovernmentCloud(String governmentCloud)

Set the governmentCloud property: The government cloud support URL.

ApplicationPackageSupportUrls withPublicAzure(String publicAzure)

Set the publicAzure property: The public azure support URL.

Methods inherited from java.lang.Object

Constructor Details

ApplicationPackageSupportUrls

public ApplicationPackageSupportUrls()

Creates an instance of ApplicationPackageSupportUrls class.

Method Details

governmentCloud

public String governmentCloud()

Get the governmentCloud property: The government cloud support URL.

Returns:

the governmentCloud value.

publicAzure

public String publicAzure()

Get the publicAzure property: The public azure support URL.

Returns:

the publicAzure value.

validate

public void validate()

Validates the instance.

withGovernmentCloud

public ApplicationPackageSupportUrls withGovernmentCloud(String governmentCloud)

Set the governmentCloud property: The government cloud support URL.

Parameters:

governmentCloud - the governmentCloud value to set.

Returns:

the ApplicationPackageSupportUrls object itself.

withPublicAzure

public ApplicationPackageSupportUrls withPublicAzure(String publicAzure)

Set the publicAzure property: The public azure support URL.

Parameters:

publicAzure - the publicAzure value to set.

Returns:

the ApplicationPackageSupportUrls object itself.

Applies to