Class ResourceName
java.lang.Object
com.microsoft.azure.management.resources.ResourceName
Name and Type of the Resource.
-
Constructor Details
-
ResourceName
public ResourceName()
-
-
Method Details
-
name
Get name of the resource.- Returns:
- the name value
-
withName
Set name of the resource.- Parameters:
name
- the name value to set- Returns:
- the ResourceName object itself.
-
type
Get the type of the resource.- Returns:
- the type value
-
withType
Set the type of the resource.- Parameters:
type
- the type value to set- Returns:
- the ResourceName object itself.
-