EndpointResourceDescription Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the endpoint resource.
public sealed class EndpointResourceDescription
type EndpointResourceDescription = class
Public NotInheritable Class EndpointResourceDescription
- Inheritance
-
EndpointResourceDescription
Constructors
EndpointResourceDescription() |
Initializes a new instance of EndpointResourceDescription. |
Properties
Certificate |
Do not use. This property is not supported. |
CodePackageName |
Gets the name of code package that was specified in the CodePackageRef attribute of endpoint resource in service manifest. |
EndpointType |
Gets the type of the endpoint. |
IpAddressOrFqdn |
Gets the IP address associated with this endpoint resource. |
Name |
Gets or sets the name of the endpoint. |
PathSuffix |
Gets the Path suffix for the endpoint. |
Port |
Gets the port assigned for this endpoint. |
Protocol |
Gets the protocol used by this endpoint. |
UriScheme |
Gets the Uri scheme for the endpoint. |
Applies to
Azure SDK for .NET