azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.c...

303 строки
23 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.cdn.fluent.models.ProfileInner"
fullName: "com.azure.resourcemanager.cdn.fluent.models.ProfileInner"
name: "ProfileInner"
nameWithType: "ProfileInner"
summary: "A profile is a logical grouping of endpoints that share the same settings."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.ProxyResource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.Resource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.core.management.ProxyResource?alt=com.azure.core.management.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.core.management.ProxyResource.id()?alt=com.azure.core.management.ProxyResource.id&text=id\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.ProxyResource.name()?alt=com.azure.core.management.ProxyResource.name&text=name\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.ProxyResource.type()?alt=com.azure.core.management.ProxyResource.type&text=type\" data-throw-if-not-resolved=\"False\" />"
- classRef: "<xref href=\"com.azure.core.management.Resource?alt=com.azure.core.management.Resource&text=Resource\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.core.management.Resource.fromJson(com.azure.json.JsonReader)?alt=com.azure.core.management.Resource.fromJson&text=fromJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.Resource.location()?alt=com.azure.core.management.Resource.location&text=location\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.Resource.tags()?alt=com.azure.core.management.Resource.tags&text=tags\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.Resource.toJson(com.azure.json.JsonWriter)?alt=com.azure.core.management.Resource.toJson&text=toJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.Resource.withLocation(java.lang.String)?alt=com.azure.core.management.Resource.withLocation&text=withLocation\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.Resource.withTags(java.util.Map<java.lang.String,java.lang.String>)?alt=com.azure.core.management.Resource.withTags&text=withTags\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **ProfileInner**</br> extends <xref href=\"com.azure.core.management.Resource?alt=com.azure.core.management.Resource&text=Resource\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.resourcemanager.cdn.fluent.models.ProfileInner.ProfileInner()"
fullName: "com.azure.resourcemanager.cdn.fluent.models.ProfileInner.ProfileInner()"
name: "ProfileInner()"
nameWithType: "ProfileInner.ProfileInner()"
summary: "Creates an instance of Profile<wbr>Inner class."
syntax: "public ProfileInner()"
desc: "Creates an instance of ProfileInner class."
methods:
- uid: "com.azure.resourcemanager.cdn.fluent.models.ProfileInner.extendedProperties()"
fullName: "com.azure.resourcemanager.cdn.fluent.models.ProfileInner.extendedProperties()"
name: "extendedProperties()"
nameWithType: "ProfileInner.extendedProperties()"
summary: "Get the extended<wbr>Properties property: Key-Value pair representing additional properties for profiles."
syntax: "public Map<String,String> extendedProperties()"
desc: "Get the extendedProperties property: Key-Value pair representing additional properties for profiles."
returns:
description: "the extendedProperties value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.cdn.fluent.models.ProfileInner.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.cdn.fluent.models.ProfileInner.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "ProfileInner.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Profile<wbr>Inner from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static ProfileInner fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of ProfileInner from the JsonReader."
returns:
description: "An instance of ProfileInner if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.cdn.fluent.models.ProfileInner?alt=com.azure.resourcemanager.cdn.fluent.models.ProfileInner&text=ProfileInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.fluent.models.ProfileInner.frontDoorId()"
fullName: "com.azure.resourcemanager.cdn.fluent.models.ProfileInner.frontDoorId()"
name: "frontDoorId()"
nameWithType: "ProfileInner.frontDoorId()"
summary: "Get the front<wbr>Door<wbr>Id property: The Id of the frontdoor."
syntax: "public String frontDoorId()"
desc: "Get the frontDoorId property: The Id of the frontdoor."
returns:
description: "the frontDoorId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.cdn.fluent.models.ProfileInner.id()"
fullName: "com.azure.resourcemanager.cdn.fluent.models.ProfileInner.id()"
name: "id()"
nameWithType: "ProfileInner.id()"
summary: "Get the id property: Fully qualified resource Id for the resource."
overridden: "com.azure.core.management.ProxyResource.id()"
syntax: "public String id()"
desc: "Get the id property: Fully qualified resource Id for the resource."
returns:
description: "the id value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.cdn.fluent.models.ProfileInner.identity()"
fullName: "com.azure.resourcemanager.cdn.fluent.models.ProfileInner.identity()"
name: "identity()"
nameWithType: "ProfileInner.identity()"
summary: "Get the identity property: Managed service identity (system assigned and/or user assigned identities)."
syntax: "public ManagedServiceIdentity identity()"
desc: "Get the identity property: Managed service identity (system assigned and/or user assigned identities)."
returns:
description: "the identity value."
type: "<xref href=\"com.azure.resourcemanager.cdn.models.ManagedServiceIdentity?alt=com.azure.resourcemanager.cdn.models.ManagedServiceIdentity&text=ManagedServiceIdentity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.fluent.models.ProfileInner.kind()"
fullName: "com.azure.resourcemanager.cdn.fluent.models.ProfileInner.kind()"
name: "kind()"
nameWithType: "ProfileInner.kind()"
summary: "Get the kind property: Kind of the profile."
syntax: "public String kind()"
desc: "Get the kind property: Kind of the profile. Used by portal to differentiate traditional CDN profile and new AFD profile."
returns:
description: "the kind value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.cdn.fluent.models.ProfileInner.logScrubbing()"
fullName: "com.azure.resourcemanager.cdn.fluent.models.ProfileInner.logScrubbing()"
name: "logScrubbing()"
nameWithType: "ProfileInner.logScrubbing()"
summary: "Get the log<wbr>Scrubbing property: Defines rules that scrub sensitive fields in the Azure Front Door profile logs."
syntax: "public ProfileLogScrubbing logScrubbing()"
desc: "Get the logScrubbing property: Defines rules that scrub sensitive fields in the Azure Front Door profile logs."
returns:
description: "the logScrubbing value."
type: "<xref href=\"com.azure.resourcemanager.cdn.models.ProfileLogScrubbing?alt=com.azure.resourcemanager.cdn.models.ProfileLogScrubbing&text=ProfileLogScrubbing\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.fluent.models.ProfileInner.name()"
fullName: "com.azure.resourcemanager.cdn.fluent.models.ProfileInner.name()"
name: "name()"
nameWithType: "ProfileInner.name()"
summary: "Get the name property: The name of the resource."
overridden: "com.azure.core.management.ProxyResource.name()"
syntax: "public String name()"
desc: "Get the name property: The name of the resource."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.cdn.fluent.models.ProfileInner.originResponseTimeoutSeconds()"
fullName: "com.azure.resourcemanager.cdn.fluent.models.ProfileInner.originResponseTimeoutSeconds()"
name: "originResponseTimeoutSeconds()"
nameWithType: "ProfileInner.originResponseTimeoutSeconds()"
summary: "Get the origin<wbr>Response<wbr>Timeout<wbr>Seconds property: Send and receive timeout on forwarding request to the origin."
syntax: "public Integer originResponseTimeoutSeconds()"
desc: "Get the originResponseTimeoutSeconds property: Send and receive timeout on forwarding request to the origin. When timeout is reached, the request fails and returns."
returns:
description: "the originResponseTimeoutSeconds value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.cdn.fluent.models.ProfileInner.provisioningState()"
fullName: "com.azure.resourcemanager.cdn.fluent.models.ProfileInner.provisioningState()"
name: "provisioningState()"
nameWithType: "ProfileInner.provisioningState()"
summary: "Get the provisioning<wbr>State property: Provisioning status of the profile."
syntax: "public ProfileProvisioningState provisioningState()"
desc: "Get the provisioningState property: Provisioning status of the profile."
returns:
description: "the provisioningState value."
type: "<xref href=\"com.azure.resourcemanager.cdn.models.ProfileProvisioningState?alt=com.azure.resourcemanager.cdn.models.ProfileProvisioningState&text=ProfileProvisioningState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.fluent.models.ProfileInner.resourceState()"
fullName: "com.azure.resourcemanager.cdn.fluent.models.ProfileInner.resourceState()"
name: "resourceState()"
nameWithType: "ProfileInner.resourceState()"
summary: "Get the resource<wbr>State property: Resource status of the profile."
syntax: "public ProfileResourceState resourceState()"
desc: "Get the resourceState property: Resource status of the profile."
returns:
description: "the resourceState value."
type: "<xref href=\"com.azure.resourcemanager.cdn.models.ProfileResourceState?alt=com.azure.resourcemanager.cdn.models.ProfileResourceState&text=ProfileResourceState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.fluent.models.ProfileInner.sku()"
fullName: "com.azure.resourcemanager.cdn.fluent.models.ProfileInner.sku()"
name: "sku()"
nameWithType: "ProfileInner.sku()"
summary: "Get the sku property: The pricing tier (defines Azure Front Door Standard or Premium or a CDN provider, feature list and rate) of the profile."
syntax: "public Sku sku()"
desc: "Get the sku property: The pricing tier (defines Azure Front Door Standard or Premium or a CDN provider, feature list and rate) of the profile."
returns:
description: "the sku value."
type: "<xref href=\"com.azure.resourcemanager.cdn.models.Sku?alt=com.azure.resourcemanager.cdn.models.Sku&text=Sku\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.fluent.models.ProfileInner.systemData()"
fullName: "com.azure.resourcemanager.cdn.fluent.models.ProfileInner.systemData()"
name: "systemData()"
nameWithType: "ProfileInner.systemData()"
summary: "Get the system<wbr>Data property: Read only system data."
syntax: "public SystemData systemData()"
desc: "Get the systemData property: Read only system data."
returns:
description: "the systemData value."
type: "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.fluent.models.ProfileInner.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.cdn.fluent.models.ProfileInner.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "ProfileInner.toJson(JsonWriter jsonWriter)"
overridden: "com.azure.core.management.Resource.toJson(com.azure.json.JsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.fluent.models.ProfileInner.type()"
fullName: "com.azure.resourcemanager.cdn.fluent.models.ProfileInner.type()"
name: "type()"
nameWithType: "ProfileInner.type()"
summary: "Get the type property: The type of the resource."
overridden: "com.azure.core.management.ProxyResource.type()"
syntax: "public String type()"
desc: "Get the type property: The type of the resource."
returns:
description: "the type value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.cdn.fluent.models.ProfileInner.validate()"
fullName: "com.azure.resourcemanager.cdn.fluent.models.ProfileInner.validate()"
name: "validate()"
nameWithType: "ProfileInner.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.cdn.fluent.models.ProfileInner.withIdentity(com.azure.resourcemanager.cdn.models.ManagedServiceIdentity)"
fullName: "com.azure.resourcemanager.cdn.fluent.models.ProfileInner.withIdentity(ManagedServiceIdentity identity)"
name: "withIdentity(ManagedServiceIdentity identity)"
nameWithType: "ProfileInner.withIdentity(ManagedServiceIdentity identity)"
summary: "Set the identity property: Managed service identity (system assigned and/or user assigned identities)."
parameters:
- description: "the identity value to set."
name: "identity"
type: "<xref href=\"com.azure.resourcemanager.cdn.models.ManagedServiceIdentity?alt=com.azure.resourcemanager.cdn.models.ManagedServiceIdentity&text=ManagedServiceIdentity\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ProfileInner withIdentity(ManagedServiceIdentity identity)"
desc: "Set the identity property: Managed service identity (system assigned and/or user assigned identities)."
returns:
description: "the ProfileInner object itself."
type: "<xref href=\"com.azure.resourcemanager.cdn.fluent.models.ProfileInner?alt=com.azure.resourcemanager.cdn.fluent.models.ProfileInner&text=ProfileInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.fluent.models.ProfileInner.withLocation(java.lang.String)"
fullName: "com.azure.resourcemanager.cdn.fluent.models.ProfileInner.withLocation(String location)"
name: "withLocation(String location)"
nameWithType: "ProfileInner.withLocation(String location)"
overridden: "com.azure.core.management.Resource.withLocation(java.lang.String)"
parameters:
- name: "location"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ProfileInner withLocation(String location)"
returns:
type: "<xref href=\"com.azure.resourcemanager.cdn.fluent.models.ProfileInner?alt=com.azure.resourcemanager.cdn.fluent.models.ProfileInner&text=ProfileInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.fluent.models.ProfileInner.withLogScrubbing(com.azure.resourcemanager.cdn.models.ProfileLogScrubbing)"
fullName: "com.azure.resourcemanager.cdn.fluent.models.ProfileInner.withLogScrubbing(ProfileLogScrubbing logScrubbing)"
name: "withLogScrubbing(ProfileLogScrubbing logScrubbing)"
nameWithType: "ProfileInner.withLogScrubbing(ProfileLogScrubbing logScrubbing)"
summary: "Set the log<wbr>Scrubbing property: Defines rules that scrub sensitive fields in the Azure Front Door profile logs."
parameters:
- description: "the logScrubbing value to set."
name: "logScrubbing"
type: "<xref href=\"com.azure.resourcemanager.cdn.models.ProfileLogScrubbing?alt=com.azure.resourcemanager.cdn.models.ProfileLogScrubbing&text=ProfileLogScrubbing\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ProfileInner withLogScrubbing(ProfileLogScrubbing logScrubbing)"
desc: "Set the logScrubbing property: Defines rules that scrub sensitive fields in the Azure Front Door profile logs."
returns:
description: "the ProfileInner object itself."
type: "<xref href=\"com.azure.resourcemanager.cdn.fluent.models.ProfileInner?alt=com.azure.resourcemanager.cdn.fluent.models.ProfileInner&text=ProfileInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.fluent.models.ProfileInner.withOriginResponseTimeoutSeconds(java.lang.Integer)"
fullName: "com.azure.resourcemanager.cdn.fluent.models.ProfileInner.withOriginResponseTimeoutSeconds(Integer originResponseTimeoutSeconds)"
name: "withOriginResponseTimeoutSeconds(Integer originResponseTimeoutSeconds)"
nameWithType: "ProfileInner.withOriginResponseTimeoutSeconds(Integer originResponseTimeoutSeconds)"
summary: "Set the origin<wbr>Response<wbr>Timeout<wbr>Seconds property: Send and receive timeout on forwarding request to the origin."
parameters:
- description: "the originResponseTimeoutSeconds value to set."
name: "originResponseTimeoutSeconds"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public ProfileInner withOriginResponseTimeoutSeconds(Integer originResponseTimeoutSeconds)"
desc: "Set the originResponseTimeoutSeconds property: Send and receive timeout on forwarding request to the origin. When timeout is reached, the request fails and returns."
returns:
description: "the ProfileInner object itself."
type: "<xref href=\"com.azure.resourcemanager.cdn.fluent.models.ProfileInner?alt=com.azure.resourcemanager.cdn.fluent.models.ProfileInner&text=ProfileInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.fluent.models.ProfileInner.withSku(com.azure.resourcemanager.cdn.models.Sku)"
fullName: "com.azure.resourcemanager.cdn.fluent.models.ProfileInner.withSku(Sku sku)"
name: "withSku(Sku sku)"
nameWithType: "ProfileInner.withSku(Sku sku)"
summary: "Set the sku property: The pricing tier (defines Azure Front Door Standard or Premium or a CDN provider, feature list and rate) of the profile."
parameters:
- description: "the sku value to set."
name: "sku"
type: "<xref href=\"com.azure.resourcemanager.cdn.models.Sku?alt=com.azure.resourcemanager.cdn.models.Sku&text=Sku\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ProfileInner withSku(Sku sku)"
desc: "Set the sku property: The pricing tier (defines Azure Front Door Standard or Premium or a CDN provider, feature list and rate) of the profile."
returns:
description: "the ProfileInner object itself."
type: "<xref href=\"com.azure.resourcemanager.cdn.fluent.models.ProfileInner?alt=com.azure.resourcemanager.cdn.fluent.models.ProfileInner&text=ProfileInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.fluent.models.ProfileInner.withTags(java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.azure.resourcemanager.cdn.fluent.models.ProfileInner.withTags(Map<String,String> tags)"
name: "withTags(Map<String,String> tags)"
nameWithType: "ProfileInner.withTags(Map<String,String> tags)"
overridden: "com.azure.core.management.Resource.withTags(java.util.Map<java.lang.String,java.lang.String>)"
parameters:
- name: "tags"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public ProfileInner withTags(Map<String,String> tags)"
returns:
type: "<xref href=\"com.azure.resourcemanager.cdn.fluent.models.ProfileInner?alt=com.azure.resourcemanager.cdn.fluent.models.ProfileInner&text=ProfileInner\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "A profile is a logical grouping of endpoints that share the same settings."
metadata: {}
package: "com.azure.resourcemanager.cdn.fluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-cdn:2.42.0