ProfileUpdateParameters Class

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

public class ProfileUpdateParameters

Properties required to update a profile.

Constructor Summary

Constructor Description
ProfileUpdateParameters()

Method Summary

Modifier and Type Method and Description
java.util.Map<java.lang.String,java.lang.String> tags()

Get profile tags.

ProfileUpdateParameters withTags(Map<String,String> tags)

Set profile tags.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ProfileUpdateParameters

public ProfileUpdateParameters()

Method Details

tags

public Map tags()

Get profile tags.

Returns:

the tags value

withTags

public ProfileUpdateParameters withTags(Map tags)

Set profile tags.

Parameters:

tags - the tags value to set

Returns:

the ProfileUpdateParameters object itself.

Applies to