ProfileUpdateParameters Class

  • java.lang.Object
    • com.microsoft.azure.management.cdn.ProfileUpdateParameters

public class ProfileUpdateParameters

Properties required to update a profile.

Method Summary

Modifier and Type Method and Description
Map<String, String> tags()

Get the tags value.

ProfileUpdateParameters withTags(Map<String, String> tags)

Set the tags value.

Method Details

tags

public Map tags()

Get the tags value.

Returns:

the tags value

withTags

public ProfileUpdateParameters withTags(Map tags)

Set the tags value.

Parameters:

tags - the tags value to set

Returns:

the ProfileUpdateParameters object itself.

Applies to